#002A75

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

Shades of Sapphire #002A75

Tints of Sapphire #002A75

Color information

#002A75 (or 0x002A75) is unknown color: approx Sapphire. HEX triplet: 00, 2A and 75. RGB value is (0,42,117). Sum of RGB (Red+Green+Blue) = 0+42+117=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #002A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A75 is #FFD58A. Grayscale: #252525. Windows color (decimal): -16766347 or 7678464. OLE color: 7678464.

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

Color convert

RGB042117-
CMYK10.6400.54
HSL218.46º100%22.94%-
HSV(B)218.46º100%45.88%-
XYZ4.042.9417.18-
YUV37.99172.59100.9-

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) = 26.42%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=0%
G=26.42%
B=73.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal04211710.6400.54218.4610022.94
Hex02A756440036da6417
Octal05216514410006633214427
Binary0101010111010111001001000000011011011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #002A75;
 }
 .AnyTagClassName
 {
   color: #002A75;
 }
</style>
background-color css

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

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

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

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

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

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