Html Css Color HEX #0B3378 Sapphire

📋 copy color: '#0B3378'

red 11 ◦ green 51 ◦ blue 120

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

Shades of Sapphire #0B3378

Tints of Sapphire #0B3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 6.04%
G = 28.02%
B = 65.93%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B3378 (or 0x0B3378) is known color: Sapphire. HEX triplet: 0B, 33 and 78. RGB value is (11,51,120). Sum of RGB (Red+Green+Blue) = 11+51+120=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3378 is #F4CC87. Grayscale: #2E2E2E. Windows color (decimal): -16043144 or 7877387. OLE color: 7877387.

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

Color convert

RGB 11 51 120 -
CMYK 0.91 0.58 0 0.53
HSL 217.98º 0.83% 0.26% -
HSV(B) 217.98º 0.91% 0.47% -
XYZ 4.71 3.79 18.25 -
YUV 46.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 11 51 120 0.91 0.58 0 0.53 217.98 0.83 0.26
Hex B 33 78 5B 3A 0 35 DA 53 1A
Octal 13 63 170 133 72 0 65 332 123 32
Binary 1011 110011 1111000 1011011 111010 0 110101 11011010 1010011 11010

Color Harmonies of #0B3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3378

Black with #0B3378

Text Example


Text Example

White with #0B3378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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