Html Css Color HEX #0A1B71 Sapphire

📋 copy color: '#0A1B71'

red 10 ◦ green 27 ◦ blue 113

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

Shades of Sapphire #0A1B71

Tints of Sapphire #0A1B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.33%

R = 6.67%
G = 18%
B = 75.33%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A1B71 (or 0x0A1B71) is known color: Sapphire. HEX triplet: 0A, 1B and 71. RGB value is (10,27,113). Sum of RGB (Red+Green+Blue) = 10+27+113=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A1B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B71 is #F5E48E. Grayscale: #1F1F1F. Windows color (decimal): -16114831 or 7412490. OLE color: 7412490.

HSL color Cylindrical-coordinate representation of color #0A1B71: hue angle of 230.1º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1B71 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 27 113 -
CMYK 0.91 0.76 0 0.56
HSL 230.1º 0.84% 0.24% -
HSV(B) 230.1º 0.91% 0.44% -
XYZ 3.5 2.04 15.83 -
YUV 31.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 10 27 113 0.91 0.76 0 0.56 230.1 0.84 0.24
Hex A 1B 71 5B 4C 0 38 E6 54 18
Octal 12 33 161 133 114 0 70 346 124 30
Binary 1010 11011 1110001 1011011 1001100 0 111000 11100110 1010100 11000

Color Harmonies of #0A1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B71

Black with #0A1B71

Text Example


Text Example

White with #0A1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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