Html Css Color HEX #0A1B6E Sapphire

📋 copy color: '#0A1B6E'

red 10 ◦ green 27 ◦ blue 110

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

Shades of Sapphire #0A1B6E

Tints of Sapphire #0A1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

 BLUE value IS 110 (43.36% from 255) = 74.83%

R = 6.8%
G = 18.37%
B = 74.83%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A1B6E (or 0x0A1B6E) is known color: Sapphire. HEX triplet: 0A, 1B and 6E. RGB value is (10,27,110). Sum of RGB (Red+Green+Blue) = 10+27+110=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A1B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B6E is #F5E491. Grayscale: #1F1F1F. Windows color (decimal): -16114834 or 7215882. OLE color: 7215882.

HSL color Cylindrical-coordinate representation of color #0A1B6E: hue angle of 229.8º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1B6E is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 27 110 -
CMYK 0.91 0.75 0 0.57
HSL 229.8º 0.83% 0.24% -
HSV(B) 229.8º 0.91% 0.43% -
XYZ 3.33 1.97 14.96 -
YUV 31.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 10 27 110 0.91 0.75 0 0.57 229.8 0.83 0.24
Hex A 1B 6E 5B 4B 0 39 E6 53 18
Octal 12 33 156 133 113 0 71 346 123 30
Binary 1010 11011 1101110 1011011 1001011 0 111001 11100110 1010011 11000

Color Harmonies of #0A1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B6E

Black with #0A1B6E

Text Example


Text Example

White with #0A1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,110); }

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

background-color css

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

 a { background-color: rgb(10,27,110); }

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

border-color css

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

 span { border-color: rgb(10,27,110); }

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