Html Css Color HEX #0B215E Sapphire

📋 copy color: '#0B215E'

red 11 ◦ green 33 ◦ blue 94

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

Shades of Sapphire #0B215E

Tints of Sapphire #0B215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 7.97%
G = 23.91%
B = 68.12%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B215E (or 0x0B215E) is known color: Sapphire. HEX triplet: 0B, 21 and 5E. RGB value is (11,33,94). Sum of RGB (Red+Green+Blue) = 11+33+94=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B215E is #F4DEA1. Grayscale: #212121. Windows color (decimal): -16047778 or 6168843. OLE color: 6168843.

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

Color convert

RGB 11 33 94 -
CMYK 0.88 0.65 0 0.63
HSL 224.1º 0.79% 0.21% -
HSV(B) 224.1º 0.88% 0.37% -
XYZ 2.7 1.97 10.83 -
YUV 33.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 11 33 94 0.88 0.65 0 0.63 224.1 0.79 0.21
Hex B 21 5E 58 41 0 3F E0 4F 15
Octal 13 41 136 130 101 0 77 340 117 25
Binary 1011 100001 1011110 1011000 1000001 0 111111 11100000 1001111 10101

Color Harmonies of #0B215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B215E

Black with #0B215E

Text Example


Text Example

White with #0B215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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