Html Css Color HEX #001672 Sapphire

📋 copy color: '#001672'

red 0 ◦ green 22 ◦ blue 114

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

Shades of Sapphire #001672

Tints of Sapphire #001672

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 22 (8.98% from 255) = 16.18%

 BLUE value IS 114 (44.92% from 255) = 83.82%

R = 0%
G = 16.18%
B = 83.82%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001672 (or 0x001672) is known color: Sapphire. HEX triplet: 00, 16 and 72. RGB value is (0,22,114). Sum of RGB (Red+Green+Blue) = 0+22+114=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #001672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001672 is #FFE98D. Grayscale: #191919. Windows color (decimal): -16771470 or 7476736. OLE color: 7476736.

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

Color convert

RGB 0 22 114 -
CMYK 1 0.81 0 0.55
HSL 228.42º 1% 0.22% -
HSV(B) 228.42º 1% 0.45% -
XYZ 3.32 1.79 16.09 -
YUV 25.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 0 22 114 1 0.81 0 0.55 228.42 1 0.22
Hex 0 16 72 64 51 0 37 E4 64 16
Octal 0 26 162 144 121 0 67 344 144 26
Binary 0 10110 1110010 1100100 1010001 0 110111 11100100 1100100 10110

Color Harmonies of #001672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001672

Black with #001672

Text Example


Text Example

White with #001672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001672; }

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

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

background-color css

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

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

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

border-color css

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

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

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