Html Css Color HEX #0A1B67 Sapphire

📋 copy color: '#0A1B67'

red 10 ◦ green 27 ◦ blue 103

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

Shades of Sapphire #0A1B67

Tints of Sapphire #0A1B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 73.57%

R = 7.14%
G = 19.29%
B = 73.57%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A1B67 (or 0x0A1B67) is known color: Sapphire. HEX triplet: 0A, 1B and 67. RGB value is (10,27,103). Sum of RGB (Red+Green+Blue) = 10+27+103=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A1B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B67 is #F5E498. Grayscale: #1E1E1E. Windows color (decimal): -16114841 or 6757130. OLE color: 6757130.

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

Color convert

RGB 10 27 103 -
CMYK 0.90 0.74 0 0.60
HSL 229.03º 0.82% 0.22% -
HSV(B) 229.03º 0.9% 0.4% -
XYZ 2.97 1.83 13.03 -
YUV 30.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 10 27 103 0.90 0.74 0 0.60 229.03 0.82 0.22
Hex A 1B 67 5A 4A 0 3C E5 52 16
Octal 12 33 147 132 112 0 74 345 122 26
Binary 1010 11011 1100111 1011010 1001010 0 111100 11100101 1010010 10110

Color Harmonies of #0A1B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B67

Black with #0A1B67

Text Example


Text Example

White with #0A1B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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