#00245A

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

Shades of Sapphire #00245A

Tints of Sapphire #00245A

Color information

#00245A (or 0x00245A) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 5A. RGB value is (0,36,90). Sum of RGB (Red+Green+Blue) = 0+36+90=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #00245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00245A is #FFDBA5. Grayscale: #1F1F1F. Windows color (decimal): -16767910 or 5907456. OLE color: 5907456.

HSL color Cylindrical-coordinate representation of color #00245A: hue angle of 216º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00245A is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB03690-
CMYK10.6000.65
HSL216º100%17.65%-
HSV(B)216º100%35.29%-
XYZ2.4829.93-
YUV31.39161.07105.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 71.43%
R=0%
G=28.57%
B=71.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0369010.6000.6521610017.65
Hex0245A643C041d86412
Octal04413214474010133014422
Binary0100100101101011001001111000100000111011000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00245A; }

 p { color: rgb(0,36,90); }

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

<style>
 a { background-color: #00245A; }

 a { background-color: rgb(0,36,90); }

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

<style>
 span { border-color: #00245A; }

 span { border-color: rgb(0,36,90); }

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