Html Css Color HEX #0B2358 Sapphire

📋 copy color: '#0B2358'

red 11 ◦ green 35 ◦ blue 88

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

Shades of Sapphire #0B2358

Tints of Sapphire #0B2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

 BLUE value IS 88 (34.77% from 255) = 65.67%

R = 8.21%
G = 26.12%
B = 65.67%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2358 (or 0x0B2358) is known color: Sapphire. HEX triplet: 0B, 23 and 58. RGB value is (11,35,88). Sum of RGB (Red+Green+Blue) = 11+35+88=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B2358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2358 is #F4DCA7. Grayscale: #212121. Windows color (decimal): -16047272 or 5776139. OLE color: 5776139.

HSL color Cylindrical-coordinate representation of color #0B2358: hue angle of 221.3º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2358 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 35 88 -
CMYK 0.88 0.60 0 0.65
HSL 221.3º 0.78% 0.19% -
HSV(B) 221.3º 0.88% 0.35% -
XYZ 2.5 1.98 9.48 -
YUV 33.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 11 35 88 0.88 0.60 0 0.65 221.3 0.78 0.19
Hex B 23 58 58 3C 0 41 DD 4E 13
Octal 13 43 130 130 74 0 101 335 116 23
Binary 1011 100011 1011000 1011000 111100 0 1000001 11011101 1001110 10011

Color Harmonies of #0B2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2358

Black with #0B2358

Text Example


Text Example

White with #0B2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,35,88); }

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

background-color css

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

 a { background-color: rgb(11,35,88); }

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

border-color css

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

 span { border-color: rgb(11,35,88); }

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