Html Css Color HEX #0A1D66 Sapphire

📋 copy color: '#0A1D66'

red 10 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #0A1D66

Tints of Sapphire #0A1D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.57%

 BLUE value IS 102 (40.23% from 255) = 72.34%

R = 7.09%
G = 20.57%
B = 72.34%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A1D66 (or 0x0A1D66) is known color: Sapphire. HEX triplet: 0A, 1D and 66. RGB value is (10,29,102). Sum of RGB (Red+Green+Blue) = 10+29+102=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D66 is #F5E299. Grayscale: #1F1F1F. Windows color (decimal): -16114330 or 6692106. OLE color: 6692106.

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

Color convert

RGB 10 29 102 -
CMYK 0.90 0.72 0 0.6
HSL 227.61º 0.82% 0.22% -
HSV(B) 227.61º 0.9% 0.4% -
XYZ 2.96 1.9 12.78 -
YUV 31.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 10 29 102 0.90 0.72 0 0.6 227.61 0.82 0.22
Hex A 1D 66 5A 48 0 3C E4 52 16
Octal 12 35 146 132 110 0 74 344 122 26
Binary 1010 11101 1100110 1011010 1001000 0 111100 11100100 1010010 10110

Color Harmonies of #0A1D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D66

Black with #0A1D66

Text Example


Text Example

White with #0A1D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,29,102); }

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

background-color css

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

 a { background-color: rgb(10,29,102); }

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

border-color css

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

 span { border-color: rgb(10,29,102); }

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