Html Css Color HEX #0B2752 Sapphire

📋 copy color: '#0B2752'

red 11 ◦ green 39 ◦ blue 82

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

Shades of Sapphire #0B2752

Tints of Sapphire #0B2752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 82 (32.42% from 255) = 62.12%

R = 8.33%
G = 29.55%
B = 62.12%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B2752 (or 0x0B2752) is known color: Sapphire. HEX triplet: 0B, 27 and 52. RGB value is (11,39,82). Sum of RGB (Red+Green+Blue) = 11+39+82=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B2752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2752 is #F4D8AD. Grayscale: #232323. Windows color (decimal): -16046254 or 5383947. OLE color: 5383947.

HSL color Cylindrical-coordinate representation of color #0B2752: hue angle of 216.34º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2752 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 11 39 82 -
CMYK 0.87 0.52 0 0.68
HSL 216.34º 0.76% 0.18% -
HSV(B) 216.34º 0.87% 0.32% -
XYZ 2.39 2.13 8.27 -
YUV 35.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 11 39 82 0.87 0.52 0 0.68 216.34 0.76 0.18
Hex B 27 52 57 34 0 44 D8 4C 12
Octal 13 47 122 127 64 0 104 330 114 22
Binary 1011 100111 1010010 1010111 110100 0 1000100 11011000 1001100 10010

Color Harmonies of #0B2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2752

Black with #0B2752

Text Example


Text Example

White with #0B2752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,39,82); }

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

background-color css

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

 a { background-color: rgb(11,39,82); }

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

border-color css

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

 span { border-color: rgb(11,39,82); }

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