Html Css Color HEX #002074 Sapphire

📋 copy color: '#002074'

red 0 ◦ green 32 ◦ blue 116

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

Shades of Sapphire #002074

Tints of Sapphire #002074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 0%
G = 21.62%
B = 78.38%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002074 (or 0x002074) is known color: Sapphire. HEX triplet: 00, 20 and 74. RGB value is (0,32,116). Sum of RGB (Red+Green+Blue) = 0+32+116=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #002074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002074 is #FFDF8B. Grayscale: #1F1F1F. Windows color (decimal): -16768908 or 7610368. OLE color: 7610368.

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

Color convert

RGB 0 32 116 -
CMYK 1 0.72 0 0.55
HSL 223.45º 1% 0.23% -
HSV(B) 223.45º 1% 0.45% -
XYZ 3.67 2.29 16.77 -
YUV 32.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 0 32 116 1 0.72 0 0.55 223.45 1 0.23
Hex 0 20 74 64 48 0 37 DF 64 17
Octal 0 40 164 144 110 0 67 337 144 27
Binary 0 100000 1110100 1100100 1001000 0 110111 11011111 1100100 10111

Color Harmonies of #002074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002074

Black with #002074

Text Example


Text Example

White with #002074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002074; }

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

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

background-color css

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

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

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

border-color css

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

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

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