Html Css Color HEX #001474 Sapphire

📋 copy color: '#001474'

red 0 ◦ green 20 ◦ blue 116

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

Shades of Sapphire #001474

Tints of Sapphire #001474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 85.29%

R = 0%
G = 14.71%
B = 85.29%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001474 (or 0x001474) is known color: Sapphire. HEX triplet: 00, 14 and 74. RGB value is (0,20,116). Sum of RGB (Red+Green+Blue) = 0+20+116=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #001474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001474 is #FFEB8B. Grayscale: #181818. Windows color (decimal): -16771980 or 7607296. OLE color: 7607296.

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

Color convert

RGB 0 20 116 -
CMYK 1 0.83 0 0.55
HSL 229.66º 1% 0.23% -
HSV(B) 229.66º 1% 0.45% -
XYZ 3.4 1.76 16.68 -
YUV 24.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 0 20 116 1 0.83 0 0.55 229.66 1 0.23
Hex 0 14 74 64 53 0 37 E6 64 17
Octal 0 24 164 144 123 0 67 346 144 27
Binary 0 10100 1110100 1100100 1010011 0 110111 11100110 1100100 10111

Color Harmonies of #001474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001474

Black with #001474

Text Example


Text Example

White with #001474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001474; }

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

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

background-color css

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

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

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

border-color css

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

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

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