Html Css Color HEX #0B2978 Sapphire

📋 copy color: '#0B2978'

red 11 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #0B2978

Tints of Sapphire #0B2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 6.4%
G = 23.84%
B = 69.77%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B2978 (or 0x0B2978) is known color: Sapphire. HEX triplet: 0B, 29 and 78. RGB value is (11,41,120). Sum of RGB (Red+Green+Blue) = 11+41+120=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B2978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2978 is #F4D687. Grayscale: #282828. Windows color (decimal): -16045704 or 7874827. OLE color: 7874827.

HSL color Cylindrical-coordinate representation of color #0B2978: hue angle of 223.49º 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 #0B2978 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 41 120 -
CMYK 0.91 0.66 0 0.53
HSL 223.49º 0.83% 0.26% -
HSV(B) 223.49º 0.91% 0.47% -
XYZ 4.32 3.01 18.12 -
YUV 41.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 11 41 120 0.91 0.66 0 0.53 223.49 0.83 0.26
Hex B 29 78 5B 42 0 35 DF 53 1A
Octal 13 51 170 133 102 0 65 337 123 32
Binary 1011 101001 1111000 1011011 1000010 0 110101 11011111 1010011 11010

Color Harmonies of #0B2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2978

Black with #0B2978

Text Example


Text Example

White with #0B2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,120); }

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

background-color css

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

 a { background-color: rgb(11,41,120); }

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

border-color css

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

 span { border-color: rgb(11,41,120); }

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