Html Css Color HEX #0B2458 Sapphire

📋 copy color: '#0B2458'

red 11 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #0B2458

Tints of Sapphire #0B2458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 8.15%
G = 26.67%
B = 65.19%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2458 (or 0x0B2458) is known color: Sapphire. HEX triplet: 0B, 24 and 58. RGB value is (11,36,88). Sum of RGB (Red+Green+Blue) = 11+36+88=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B2458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2458 is #F4DBA7. Grayscale: #222222. Windows color (decimal): -16047016 or 5776395. OLE color: 5776395.

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

Color convert

RGB 11 36 88 -
CMYK 0.88 0.59 0 0.65
HSL 220.52º 0.78% 0.19% -
HSV(B) 220.52º 0.88% 0.35% -
XYZ 2.53 2.04 9.49 -
YUV 34.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 11 36 88 0.88 0.59 0 0.65 220.52 0.78 0.19
Hex B 24 58 58 3B 0 41 DD 4E 13
Octal 13 44 130 130 73 0 101 335 116 23
Binary 1011 100100 1011000 1011000 111011 0 1000001 11011101 1001110 10011

Color Harmonies of #0B2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2458

Black with #0B2458

Text Example


Text Example

White with #0B2458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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