Html Css Color HEX #001472 Sapphire

📋 copy color: '#001472'

red 0 ◦ green 20 ◦ blue 114

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

Shades of Sapphire #001472

Tints of Sapphire #001472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 0%
G = 14.93%
B = 85.07%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001472 (or 0x001472) is known color: Sapphire. HEX triplet: 00, 14 and 72. RGB value is (0,20,114). Sum of RGB (Red+Green+Blue) = 0+20+114=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #001472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001472 is #FFEB8D. Grayscale: #181818. Windows color (decimal): -16771982 or 7476224. OLE color: 7476224.

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

Color convert

RGB 0 20 114 -
CMYK 1 0.82 0 0.55
HSL 229.47º 1% 0.22% -
HSV(B) 229.47º 1% 0.45% -
XYZ 3.29 1.72 16.08 -
YUV 24.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 0 20 114 1 0.82 0 0.55 229.47 1 0.22
Hex 0 14 72 64 52 0 37 E5 64 16
Octal 0 24 162 144 122 0 67 345 144 26
Binary 0 10100 1110010 1100100 1010010 0 110111 11100101 1100100 10110

Color Harmonies of #001472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001472

Black with #001472

Text Example


Text Example

White with #001472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001472; }

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

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

background-color css

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

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

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

border-color css

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

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

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