Html Css Color HEX #1672CE Navy Blue

📋 copy color: '#1672CE'

red 22 ◦ green 114 ◦ blue 206

#1672CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1672CE

Tints of Navy Blue #1672CE

RGB

 RED value IS 22 (8.98% from 255) = 6.43%

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 6.43%
G = 33.33%
B = 60.23%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1672CE (or 0x1672CE) is known color: Navy Blue. HEX triplet: 16, 72 and CE. RGB value is (22,114,206). Sum of RGB (Red+Green+Blue) = 22+114+206=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1672CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1672CE is #E98D31. Grayscale: #606060. Windows color (decimal): -15306034 or 13529622. OLE color: 13529622.

HSL color Cylindrical-coordinate representation of color #1672CE: hue angle of 210º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1672CE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 114 206 -
CMYK 0.89 0.45 0 0.19
HSL 210º 0.81% 0.45% -
HSV(B) 210º 0.89% 0.81% -
XYZ 17.49 16.66 60.69 -
YUV 96.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 22 114 206 0.89 0.45 0 0.19 210 0.81 0.45
Hex 16 72 CE 59 2D 0 13 D2 51 2D
Octal 26 162 316 131 55 0 23 322 121 55
Binary 10110 1110010 11001110 1011001 101101 0 10011 11010010 1010001 101101

Color Harmonies of #1672CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1672CE

Black with #1672CE

Text Example


Text Example

White with #1672CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1672CE; }

 p { color: rgb(22,114,206); }

 H1.HeaderClassName
 {
   color: #1672CE;
 }
 .AnyTagClassName
 {
   color: #1672CE;
 }
</style>

background-color css

<style>
 a { background-color: #1672CE; }

 a { background-color: rgb(22,114,206); }

 div.DivClassName
 {
   background-color: #1672CE;
 }
 .BgClassName
 {
   background-color: #1672CE;
 }
</style>

border-color css

<style>
 span { border-color: #1672CE; }

 span { border-color: rgb(22,114,206); }

 td.TdClassName
 {
   border-color: #1672CE;
 }
 .TagClassName
 {
   border-color: #1672CE;
 }
</style>