Html Css Color HEX #0A1F66 Sapphire

📋 copy color: '#0A1F66'

red 10 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #0A1F66

Tints of Sapphire #0A1F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

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

R = 6.99%
G = 21.68%
B = 71.33%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A1F66 (or 0x0A1F66) is known color: Sapphire. HEX triplet: 0A, 1F and 66. RGB value is (10,31,102). Sum of RGB (Red+Green+Blue) = 10+31+102=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F66 is #F5E099. Grayscale: #202020. Windows color (decimal): -16113818 or 6692618. OLE color: 6692618.

HSL color Cylindrical-coordinate representation of color #0A1F66: hue angle of 226.3º 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 #0A1F66 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 31 102 -
CMYK 0.90 0.70 0 0.6
HSL 226.3º 0.82% 0.22% -
HSV(B) 226.3º 0.9% 0.4% -
XYZ 3.01 2 12.8 -
YUV 32.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 10 31 102 0.90 0.70 0 0.6 226.3 0.82 0.22
Hex A 1F 66 5A 46 0 3C E2 52 16
Octal 12 37 146 132 106 0 74 342 122 26
Binary 1010 11111 1100110 1011010 1000110 0 111100 11100010 1010010 10110

Color Harmonies of #0A1F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F66

Black with #0A1F66

Text Example


Text Example

White with #0A1F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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