Html Css Color HEX #002A76 Sapphire

📋 copy color: '#002A76'

red 0 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #002A76

Tints of Sapphire #002A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.25%

 BLUE value IS 118 (46.48% from 255) = 73.75%

R = 0%
G = 26.25%
B = 73.75%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002A76 (or 0x002A76) is known color: Sapphire. HEX triplet: 00, 2A and 76. RGB value is (0,42,118). Sum of RGB (Red+Green+Blue) = 0+42+118=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #002A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A76 is #FFD589. Grayscale: #252525. Windows color (decimal): -16766346 or 7744000. OLE color: 7744000.

HSL color Cylindrical-coordinate representation of color #002A76: hue angle of 218.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A76 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 42 118 -
CMYK 1 0.64 0 0.54
HSL 218.64º 1% 0.23% -
HSV(B) 218.64º 1% 0.46% -
XYZ 4.1 2.96 17.5 -
YUV 38.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 0 42 118 1 0.64 0 0.54 218.64 1 0.23
Hex 0 2A 76 64 40 0 36 DB 64 17
Octal 0 52 166 144 100 0 66 333 144 27
Binary 0 101010 1110110 1100100 1000000 0 110110 11011011 1100100 10111

Color Harmonies of #002A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A76

Black with #002A76

Text Example


Text Example

White with #002A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002A76; }

 p { color: rgb(0,42,118); }

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

background-color css

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

 a { background-color: rgb(0,42,118); }

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

border-color css

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

 span { border-color: rgb(0,42,118); }

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