Html Css Color HEX #0B246B Sapphire

📋 copy color: '#0B246B'

red 11 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #0B246B

Tints of Sapphire #0B246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 107 (42.19% from 255) = 69.48%

R = 7.14%
G = 23.38%
B = 69.48%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B246B (or 0x0B246B) is known color: Sapphire. HEX triplet: 0B, 24 and 6B. RGB value is (11,36,107). Sum of RGB (Red+Green+Blue) = 11+36+107=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B246B is #F4DB94. Grayscale: #242424. Windows color (decimal): -16046997 or 7021579. OLE color: 7021579.

HSL color Cylindrical-coordinate representation of color #0B246B: hue angle of 224.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B246B is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 36 107 -
CMYK 0.90 0.66 0 0.58
HSL 224.38º 0.81% 0.23% -
HSV(B) 224.38º 0.9% 0.42% -
XYZ 3.42 2.39 14.19 -
YUV 36.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 11 36 107 0.90 0.66 0 0.58 224.38 0.81 0.23
Hex B 24 6B 5A 42 0 3A E0 51 17
Octal 13 44 153 132 102 0 72 340 121 27
Binary 1011 100100 1101011 1011010 1000010 0 111010 11100000 1010001 10111

Color Harmonies of #0B246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B246B

Black with #0B246B

Text Example


Text Example

White with #0B246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,36,107); }

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

background-color css

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

 a { background-color: rgb(11,36,107); }

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

border-color css

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

 span { border-color: rgb(11,36,107); }

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