Html Css Color HEX #0B2C79 Sapphire

📋 copy color: '#0B2C79'

red 11 ◦ green 44 ◦ blue 121

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

Shades of Sapphire #0B2C79

Tints of Sapphire #0B2C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 68.75%

R = 6.25%
G = 25%
B = 68.75%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B2C79 (or 0x0B2C79) is known color: Sapphire. HEX triplet: 0B, 2C and 79. RGB value is (11,44,121). Sum of RGB (Red+Green+Blue) = 11+44+121=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B2C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2C79 is #F4D386. Grayscale: #2A2A2A. Windows color (decimal): -16044935 or 7941131. OLE color: 7941131.

HSL color Cylindrical-coordinate representation of color #0B2C79: hue angle of 222º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2C79 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 44 121 -
CMYK 0.91 0.64 0 0.53
HSL 222º 0.83% 0.26% -
HSV(B) 222º 0.91% 0.47% -
XYZ 4.49 3.25 18.48 -
YUV 42.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 11 44 121 0.91 0.64 0 0.53 222 0.83 0.26
Hex B 2C 79 5B 40 0 35 DE 53 1A
Octal 13 54 171 133 100 0 65 336 123 32
Binary 1011 101100 1111001 1011011 1000000 0 110101 11011110 1010011 11010

Color Harmonies of #0B2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2C79

Black with #0B2C79

Text Example


Text Example

White with #0B2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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