Html Css Color HEX #002A72 Sapphire

📋 copy color: '#002A72'

red 0 ◦ green 42 ◦ blue 114

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

Shades of Sapphire #002A72

Tints of Sapphire #002A72

RGB

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

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

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

R = 0%
G = 26.92%
B = 73.08%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002A72 (or 0x002A72) is known color: Sapphire. HEX triplet: 00, 2A and 72. RGB value is (0,42,114). Sum of RGB (Red+Green+Blue) = 0+42+114=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #002A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A72 is #FFD58D. Grayscale: #252525. Windows color (decimal): -16766350 or 7481856. OLE color: 7481856.

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

Color convert

RGB 0 42 114 -
CMYK 1 0.63 0 0.55
HSL 217.89º 1% 0.22% -
HSV(B) 217.89º 1% 0.45% -
XYZ 3.87 2.87 16.27 -
YUV 37.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 0 42 114 1 0.63 0 0.55 217.89 1 0.22
Hex 0 2A 72 64 3F 0 37 DA 64 16
Octal 0 52 162 144 77 0 67 332 144 26
Binary 0 101010 1110010 1100100 111111 0 110111 11011010 1100100 10110

Color Harmonies of #002A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A72

Black with #002A72

Text Example


Text Example

White with #002A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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