Html Css Color HEX #0B2778 Sapphire

📋 copy color: '#0B2778'

red 11 ◦ green 39 ◦ blue 120

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

Shades of Sapphire #0B2778

Tints of Sapphire #0B2778

RGB

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

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

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

R = 6.47%
G = 22.94%
B = 70.59%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B2778 (or 0x0B2778) is known color: Sapphire. HEX triplet: 0B, 27 and 78. RGB value is (11,39,120). Sum of RGB (Red+Green+Blue) = 11+39+120=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B2778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2778 is #F4D887. Grayscale: #272727. Windows color (decimal): -16046216 or 7874315. OLE color: 7874315.

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

Color convert

RGB 11 39 120 -
CMYK 0.91 0.67 0 0.53
HSL 224.59º 0.83% 0.26% -
HSV(B) 224.59º 0.91% 0.47% -
XYZ 4.25 2.88 18.1 -
YUV 39.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 11 39 120 0.91 0.67 0 0.53 224.59 0.83 0.26
Hex B 27 78 5B 43 0 35 E1 53 1A
Octal 13 47 170 133 103 0 65 341 123 32
Binary 1011 100111 1111000 1011011 1000011 0 110101 11100001 1010011 11010

Color Harmonies of #0B2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2778

Black with #0B2778

Text Example


Text Example

White with #0B2778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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