Html Css Color HEX #0A246E Sapphire

📋 copy color: '#0A246E'

red 10 ◦ green 36 ◦ blue 110

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

Shades of Sapphire #0A246E

Tints of Sapphire #0A246E

RGB

 RED value IS 10 (4.3% from 255) = 6.41%

 GREEN value IS 36 (14.45% from 255) = 23.08%

 BLUE value IS 110 (43.36% from 255) = 70.51%

R = 6.41%
G = 23.08%
B = 70.51%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A246E (or 0x0A246E) is known color: Sapphire. HEX triplet: 0A, 24 and 6E. RGB value is (10,36,110). Sum of RGB (Red+Green+Blue) = 10+36+110=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A246E is #F5DB91. Grayscale: #242424. Windows color (decimal): -16112530 or 7218186. OLE color: 7218186.

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

Color convert

RGB 10 36 110 -
CMYK 0.91 0.67 0 0.57
HSL 224.4º 0.83% 0.24% -
HSV(B) 224.4º 0.91% 0.43% -
XYZ 3.57 2.45 15.04 -
YUV 36.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 10 36 110 0.91 0.67 0 0.57 224.4 0.83 0.24
Hex A 24 6E 5B 43 0 39 E0 53 18
Octal 12 44 156 133 103 0 71 340 123 30
Binary 1010 100100 1101110 1011011 1000011 0 111001 11100000 1010011 11000

Color Harmonies of #0A246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A246E

Black with #0A246E

Text Example


Text Example

White with #0A246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A246E; }

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

 H1.HeaderClassName
 {
   color: #0A246E;
 }
 .AnyTagClassName
 {
   color: #0A246E;
 }
</style>

background-color css

<style>
 a { background-color: #0A246E; }

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

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

border-color css

<style>
 span { border-color: #0A246E; }

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

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