Html Css Color HEX #0A1855 Sapphire

📋 copy color: '#0A1855'

red 10 ◦ green 24 ◦ blue 85

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

Shades of Sapphire #0A1855

Tints of Sapphire #0A1855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

 BLUE value IS 85 (33.59% from 255) = 71.43%

R = 8.4%
G = 20.17%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1855 (or 0x0A1855) is known color: Sapphire. HEX triplet: 0A, 18 and 55. RGB value is (10,24,85). Sum of RGB (Red+Green+Blue) = 10+24+85=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1855 is #F5E7AA. Grayscale: #1A1A1A. Windows color (decimal): -16115627 or 5576714. OLE color: 5576714.

HSL color Cylindrical-coordinate representation of color #0A1855: hue angle of 228.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1855 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 24 85 -
CMYK 0.88 0.72 0 0.67
HSL 228.8º 0.79% 0.19% -
HSV(B) 228.8º 0.88% 0.33% -
XYZ 2.09 1.37 8.75 -
YUV 26.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 10 24 85 0.88 0.72 0 0.67 228.8 0.79 0.19
Hex A 18 55 58 48 0 43 E5 4F 13
Octal 12 30 125 130 110 0 103 345 117 23
Binary 1010 11000 1010101 1011000 1001000 0 1000011 11100101 1001111 10011

Color Harmonies of #0A1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1855

Black with #0A1855

Text Example


Text Example

White with #0A1855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,85); }

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

background-color css

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

 a { background-color: rgb(10,24,85); }

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

border-color css

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

 span { border-color: rgb(10,24,85); }

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