Html Css Color HEX #002A74 Sapphire

📋 copy color: '#002A74'

red 0 ◦ green 42 ◦ blue 116

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

Shades of Sapphire #002A74

Tints of Sapphire #002A74

RGB

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

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

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

R = 0%
G = 26.58%
B = 73.42%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002A74 (or 0x002A74) is known color: Sapphire. HEX triplet: 00, 2A and 74. RGB value is (0,42,116). Sum of RGB (Red+Green+Blue) = 0+42+116=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #002A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A74 is #FFD58B. Grayscale: #252525. Windows color (decimal): -16766348 or 7612928. OLE color: 7612928.

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

Color convert

RGB 0 42 116 -
CMYK 1 0.64 0 0.55
HSL 218.28º 1% 0.23% -
HSV(B) 218.28º 1% 0.45% -
XYZ 3.98 2.92 16.88 -
YUV 37.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 0 42 116 1 0.64 0 0.55 218.28 1 0.23
Hex 0 2A 74 64 40 0 37 DA 64 17
Octal 0 52 164 144 100 0 67 332 144 27
Binary 0 101010 1110100 1100100 1000000 0 110111 11011010 1100100 10111

Color Harmonies of #002A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A74

Black with #002A74

Text Example


Text Example

White with #002A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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