Html Css Color HEX #0B2D61 Sapphire

📋 copy color: '#0B2D61'

red 11 ◦ green 45 ◦ blue 97

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

Shades of Sapphire #0B2D61

Tints of Sapphire #0B2D61

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 7.19%
G = 29.41%
B = 63.4%

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

#0B2D61 (or 0x0B2D61) is known color: Sapphire. HEX triplet: 0B, 2D and 61. RGB value is (11,45,97). Sum of RGB (Red+Green+Blue) = 11+45+97=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B2D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2D61 is #F4D29E. Grayscale: #282828. Windows color (decimal): -16044703 or 6368523. OLE color: 6368523.

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

Color convert

RGB 11 45 97 -
CMYK 0.89 0.54 0 0.62
HSL 216.28º 0.8% 0.21% -
HSV(B) 216.28º 0.89% 0.38% -
XYZ 3.23 2.81 11.68 -
YUV 40.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 11 45 97 0.89 0.54 0 0.62 216.28 0.8 0.21
Hex B 2D 61 59 36 0 3E D8 50 15
Octal 13 55 141 131 66 0 76 330 120 25
Binary 1011 101101 1100001 1011001 110110 0 111110 11011000 1010000 10101

Color Harmonies of #0B2D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2D61

Black with #0B2D61

Text Example


Text Example

White with #0B2D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,45,97); }

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

background-color css

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

 a { background-color: rgb(11,45,97); }

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

border-color css

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

 span { border-color: rgb(11,45,97); }

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