Html Css Color HEX #0B2E60 Sapphire

📋 copy color: '#0B2E60'

red 11 ◦ green 46 ◦ blue 96

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

Shades of Sapphire #0B2E60

Tints of Sapphire #0B2E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.07%

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 7.19%
G = 30.07%
B = 62.75%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2E60 (or 0x0B2E60) is known color: Sapphire. HEX triplet: 0B, 2E and 60. RGB value is (11,46,96). Sum of RGB (Red+Green+Blue) = 11+46+96=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B2E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2E60 is #F4D19F. Grayscale: #292929. Windows color (decimal): -16044448 or 6303243. OLE color: 6303243.

HSL color Cylindrical-coordinate representation of color #0B2E60: hue angle of 215.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2E60 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 46 96 -
CMYK 0.89 0.52 0 0.62
HSL 215.29º 0.79% 0.21% -
HSV(B) 215.29º 0.89% 0.38% -
XYZ 3.23 2.87 11.45 -
YUV 41.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 11 46 96 0.89 0.52 0 0.62 215.29 0.79 0.21
Hex B 2E 60 59 34 0 3E D7 4F 15
Octal 13 56 140 131 64 0 76 327 117 25
Binary 1011 101110 1100000 1011001 110100 0 111110 11010111 1001111 10101

Color Harmonies of #0B2E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2E60

Black with #0B2E60

Text Example


Text Example

White with #0B2E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,46,96); }

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

background-color css

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

 a { background-color: rgb(11,46,96); }

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

border-color css

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

 span { border-color: rgb(11,46,96); }

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