Html Css Color HEX #002A6F Sapphire

📋 copy color: '#002A6F'

red 0 ◦ green 42 ◦ blue 111

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

Shades of Sapphire #002A6F

Tints of Sapphire #002A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 72.55%

R = 0%
G = 27.45%
B = 72.55%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002A6F (or 0x002A6F) is known color: Sapphire. HEX triplet: 00, 2A and 6F. RGB value is (0,42,111). Sum of RGB (Red+Green+Blue) = 0+42+111=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #002A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A6F is #FFD590. Grayscale: #242424. Windows color (decimal): -16766353 or 7285248. OLE color: 7285248.

HSL color Cylindrical-coordinate representation of color #002A6F: hue angle of 217.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A6F is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 42 111 -
CMYK 1 0.62 0 0.56
HSL 217.3º 1% 0.22% -
HSV(B) 217.3º 1% 0.44% -
XYZ 3.7 2.8 15.39 -
YUV 37.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 0 42 111 1 0.62 0 0.56 217.3 1 0.22
Hex 0 2A 6F 64 3E 0 38 D9 64 16
Octal 0 52 157 144 76 0 70 331 144 26
Binary 0 101010 1101111 1100100 111110 0 111000 11011001 1100100 10110

Color Harmonies of #002A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A6F

Black with #002A6F

Text Example


Text Example

White with #002A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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