Html Css Color HEX #001772 Sapphire

📋 copy color: '#001772'

red 0 ◦ green 23 ◦ blue 114

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

Shades of Sapphire #001772

Tints of Sapphire #001772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 0%
G = 16.79%
B = 83.21%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001772 (or 0x001772) is known color: Sapphire. HEX triplet: 00, 17 and 72. RGB value is (0,23,114). Sum of RGB (Red+Green+Blue) = 0+23+114=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #001772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001772 is #FFE88D. Grayscale: #1A1A1A. Windows color (decimal): -16771214 or 7476992. OLE color: 7476992.

HSL color Cylindrical-coordinate representation of color #001772: hue angle of 227.89º 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 #001772 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 23 114 -
CMYK 1 0.80 0 0.55
HSL 227.89º 1% 0.22% -
HSV(B) 227.89º 1% 0.45% -
XYZ 3.34 1.83 16.1 -
YUV 26.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 0 23 114 1 0.80 0 0.55 227.89 1 0.22
Hex 0 17 72 64 50 0 37 E4 64 16
Octal 0 27 162 144 120 0 67 344 144 26
Binary 0 10111 1110010 1100100 1010000 0 110111 11100100 1100100 10110

Color Harmonies of #001772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001772

Black with #001772

Text Example


Text Example

White with #001772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001772; }

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

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

background-color css

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

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

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

border-color css

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

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

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