Html Css Color HEX #0B2C60 Sapphire

📋 copy color: '#0B2C60'

red 11 ◦ green 44 ◦ blue 96

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

Shades of Sapphire #0B2C60

Tints of Sapphire #0B2C60

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 7.28%
G = 29.14%
B = 63.58%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2C60 (or 0x0B2C60) is known color: Sapphire. HEX triplet: 0B, 2C and 60. RGB value is (11,44,96). Sum of RGB (Red+Green+Blue) = 11+44+96=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B2C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2C60 is #F4D39F. Grayscale: #272727. Windows color (decimal): -16044960 or 6302731. OLE color: 6302731.

HSL color Cylindrical-coordinate representation of color #0B2C60: hue angle of 216.71º 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 #0B2C60 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 44 96 -
CMYK 0.89 0.54 0 0.62
HSL 216.71º 0.79% 0.21% -
HSV(B) 216.71º 0.89% 0.38% -
XYZ 3.15 2.72 11.42 -
YUV 40.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 11 44 96 0.89 0.54 0 0.62 216.71 0.79 0.21
Hex B 2C 60 59 36 0 3E D9 4F 15
Octal 13 54 140 131 66 0 76 331 117 25
Binary 1011 101100 1100000 1011001 110110 0 111110 11011001 1001111 10101

Color Harmonies of #0B2C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2C60

Black with #0B2C60

Text Example


Text Example

White with #0B2C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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