Html Css Color HEX #0B1A5E Sapphire

📋 copy color: '#0B1A5E'

red 11 ◦ green 26 ◦ blue 94

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

Shades of Sapphire #0B1A5E

Tints of Sapphire #0B1A5E

RGB

 RED value IS 11 (4.69% from 255) = 8.4%

 GREEN value IS 26 (10.55% from 255) = 19.85%

 BLUE value IS 94 (37.11% from 255) = 71.76%

R = 8.4%
G = 19.85%
B = 71.76%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B1A5E (or 0x0B1A5E) is known color: Sapphire. HEX triplet: 0B, 1A and 5E. RGB value is (11,26,94). Sum of RGB (Red+Green+Blue) = 11+26+94=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B1A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1A5E is #F4E5A1. Grayscale: #1C1C1C. Windows color (decimal): -16049570 or 6167051. OLE color: 6167051.

HSL color Cylindrical-coordinate representation of color #0B1A5E: hue angle of 229.16º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B1A5E is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 26 94 -
CMYK 0.88 0.72 0 0.63
HSL 229.16º 0.79% 0.21% -
HSV(B) 229.16º 0.88% 0.37% -
XYZ 2.53 1.62 10.77 -
YUV 29.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 11 26 94 0.88 0.72 0 0.63 229.16 0.79 0.21
Hex B 1A 5E 58 48 0 3F E5 4F 15
Octal 13 32 136 130 110 0 77 345 117 25
Binary 1011 11010 1011110 1011000 1001000 0 111111 11100101 1001111 10101

Color Harmonies of #0B1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A5E

Black with #0B1A5E

Text Example


Text Example

White with #0B1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,94); }

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

background-color css

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

 a { background-color: rgb(11,26,94); }

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

border-color css

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

 span { border-color: rgb(11,26,94); }

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