Html Css Color HEX #0A1864 Sapphire

📋 copy color: '#0A1864'

red 10 ◦ green 24 ◦ blue 100

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

Shades of Sapphire #0A1864

Tints of Sapphire #0A1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 74.63%

R = 7.46%
G = 17.91%
B = 74.63%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A1864 (or 0x0A1864) is known color: Sapphire. HEX triplet: 0A, 18 and 64. RGB value is (10,24,100). Sum of RGB (Red+Green+Blue) = 10+24+100=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A1864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1864 is #F5E79B. Grayscale: #1C1C1C. Windows color (decimal): -16115612 or 6559754. OLE color: 6559754.

HSL color Cylindrical-coordinate representation of color #0A1864: hue angle of 230.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1864 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 24 100 -
CMYK 0.90 0.76 0 0.61
HSL 230.67º 0.82% 0.22% -
HSV(B) 230.67º 0.9% 0.39% -
XYZ 2.75 1.64 12.23 -
YUV 28.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 10 24 100 0.90 0.76 0 0.61 230.67 0.82 0.22
Hex A 18 64 5A 4C 0 3D E7 52 16
Octal 12 30 144 132 114 0 75 347 122 26
Binary 1010 11000 1100100 1011010 1001100 0 111101 11100111 1010010 10110

Color Harmonies of #0A1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1864

Black with #0A1864

Text Example


Text Example

White with #0A1864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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