#002A6F

Color #002A6F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #002A6F

Tints of Sapphire #002A6F

Color information

#002A6F (or 0x002A6F) is unknown color: approx 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

RGB042111-
CMYK10.6200.56
HSL217.3º100%21.76%-
HSV(B)217.3º100%43.53%-
XYZ3.72.815.39-
YUV37.31169.59101.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=0%
G=27.45%
B=72.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal04211110.6200.56217.310021.76
Hex02A6F643E038d96416
Octal0521571447607033114426
Binary010101011011111100100111110011100011011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>