Html Css Color HEX #0B155E Sapphire

📋 copy color: '#0B155E'

red 11 ◦ green 21 ◦ blue 94

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

Shades of Sapphire #0B155E

Tints of Sapphire #0B155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 8.73%
G = 16.67%
B = 74.6%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B155E (or 0x0B155E) is known color: Sapphire. HEX triplet: 0B, 15 and 5E. RGB value is (11,21,94). Sum of RGB (Red+Green+Blue) = 11+21+94=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B155E is #F4EAA1. Grayscale: #1A1A1A. Windows color (decimal): -16050850 or 6165771. OLE color: 6165771.

HSL color Cylindrical-coordinate representation of color #0B155E: hue angle of 232.77º 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 #0B155E is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 21 94 -
CMYK 0.88 0.78 0 0.63
HSL 232.77º 0.79% 0.21% -
HSV(B) 232.77º 0.88% 0.37% -
XYZ 2.43 1.42 10.74 -
YUV 26.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 11 21 94 0.88 0.78 0 0.63 232.77 0.79 0.21
Hex B 15 5E 58 4E 0 3F E9 4F 15
Octal 13 25 136 130 116 0 77 351 117 25
Binary 1011 10101 1011110 1011000 1001110 0 111111 11101001 1001111 10101

Color Harmonies of #0B155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B155E

Black with #0B155E

Text Example


Text Example

White with #0B155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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