Html Css Color HEX #0B2A60 Sapphire

📋 copy color: '#0B2A60'

red 11 ◦ green 42 ◦ blue 96

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

Shades of Sapphire #0B2A60

Tints of Sapphire #0B2A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.19%

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

R = 7.38%
G = 28.19%
B = 64.43%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2A60 (or 0x0B2A60) is known color: Sapphire. HEX triplet: 0B, 2A and 60. RGB value is (11,42,96). Sum of RGB (Red+Green+Blue) = 11+42+96=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B2A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A60 is #F4D59F. Grayscale: #262626. Windows color (decimal): -16045472 or 6302219. OLE color: 6302219.

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

Color convert

RGB 11 42 96 -
CMYK 0.89 0.56 0 0.62
HSL 218.12º 0.79% 0.21% -
HSV(B) 218.12º 0.89% 0.38% -
XYZ 3.08 2.57 11.4 -
YUV 38.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 11 42 96 0.89 0.56 0 0.62 218.12 0.79 0.21
Hex B 2A 60 59 38 0 3E DA 4F 15
Octal 13 52 140 131 70 0 76 332 117 25
Binary 1011 101010 1100000 1011001 111000 0 111110 11011010 1001111 10101

Color Harmonies of #0B2A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2A60

Black with #0B2A60

Text Example


Text Example

White with #0B2A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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