#00246E

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

Shades of Sapphire #00246E

Tints of Sapphire #00246E

Color information

#00246E (or 0x00246E) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 6E. RGB value is (0,36,110). Sum of RGB (Red+Green+Blue) = 0+36+110=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #00246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00246E is #FFDB91. Grayscale: #212121. Windows color (decimal): -16767890 or 7218176. OLE color: 7218176.

HSL color Cylindrical-coordinate representation of color #00246E: hue angle of 220.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00246E is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB036110-
CMYK10.6700.57
HSL220.36º100%21.57%-
HSV(B)220.36º100%43.14%-
XYZ3.452.3915.03-
YUV33.67171.07103.98-

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) = 24.66%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=0%
G=24.66%
B=75.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal03611010.6700.57220.3610021.57
Hex0246E6443039dc6416
Octal04415614410307133414426
Binary0100100110111011001001000011011100111011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00246E; }

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

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

<style>
 a { background-color: #00246E; }

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

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

<style>
 span { border-color: #00246E; }

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

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