Html Css Color HEX #0A2462 Sapphire

📋 copy color: '#0A2462'

red 10 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #0A2462

Tints of Sapphire #0A2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 68.06%

R = 6.94%
G = 25%
B = 68.06%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A2462 (or 0x0A2462) is known color: Sapphire. HEX triplet: 0A, 24 and 62. RGB value is (10,36,98). Sum of RGB (Red+Green+Blue) = 10+36+98=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A2462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2462 is #F5DB9D. Grayscale: #232323. Windows color (decimal): -16112542 or 6431754. OLE color: 6431754.

HSL color Cylindrical-coordinate representation of color #0A2462: hue angle of 222.27º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2462 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 36 98 -
CMYK 0.90 0.63 0 0.62
HSL 222.27º 0.81% 0.21% -
HSV(B) 222.27º 0.9% 0.38% -
XYZ 2.96 2.21 11.83 -
YUV 35.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 10 36 98 0.90 0.63 0 0.62 222.27 0.81 0.21
Hex A 24 62 5A 3F 0 3E DE 51 15
Octal 12 44 142 132 77 0 76 336 121 25
Binary 1010 100100 1100010 1011010 111111 0 111110 11011110 1010001 10101

Color Harmonies of #0A2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2462

Black with #0A2462

Text Example


Text Example

White with #0A2462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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