Html Css Color HEX #0B2853 Sapphire

📋 copy color: '#0B2853'

red 11 ◦ green 40 ◦ blue 83

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

Shades of Sapphire #0B2853

Tints of Sapphire #0B2853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 8.21%
G = 29.85%
B = 61.94%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0B2853 (or 0x0B2853) is known color: Sapphire. HEX triplet: 0B, 28 and 53. RGB value is (11,40,83). Sum of RGB (Red+Green+Blue) = 11+40+83=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B2853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2853 is #F4D7AC. Grayscale: #242424. Windows color (decimal): -16045997 or 5449739. OLE color: 5449739.

HSL color Cylindrical-coordinate representation of color #0B2853: hue angle of 215.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2853 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 11 40 83 -
CMYK 0.87 0.52 0 0.67
HSL 215.83º 0.77% 0.18% -
HSV(B) 215.83º 0.87% 0.33% -
XYZ 2.46 2.21 8.48 -
YUV 36.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 11 40 83 0.87 0.52 0 0.67 215.83 0.77 0.18
Hex B 28 53 57 34 0 43 D8 4D 12
Octal 13 50 123 127 64 0 103 330 115 22
Binary 1011 101000 1010011 1010111 110100 0 1000011 11011000 1001101 10010

Color Harmonies of #0B2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2853

Black with #0B2853

Text Example


Text Example

White with #0B2853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,40,83); }

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

background-color css

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

 a { background-color: rgb(11,40,83); }

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

border-color css

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

 span { border-color: rgb(11,40,83); }

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