Html Css Color HEX #0B416B Prussian Blue

📋 copy color: '#0B416B'

red 11 ◦ green 65 ◦ blue 107

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

Shades of Prussian Blue #0B416B

Tints of Prussian Blue #0B416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

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

R = 6.01%
G = 35.52%
B = 58.47%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B416B (or 0x0B416B) is known color: Prussian Blue. HEX triplet: 0B, 41 and 6B. RGB value is (11,65,107). Sum of RGB (Red+Green+Blue) = 11+65+107=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B416B is #F4BE94. Grayscale: #353535. Windows color (decimal): -16039573 or 7029003. OLE color: 7029003.

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

Color convert

RGB 11 65 107 -
CMYK 0.90 0.39 0 0.58
HSL 206.25º 0.81% 0.23% -
HSV(B) 206.25º 0.9% 0.42% -
XYZ 4.68 4.91 14.61 -
YUV 53.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 11 65 107 0.90 0.39 0 0.58 206.25 0.81 0.23
Hex B 41 6B 5A 27 0 3A CE 51 17
Octal 13 101 153 132 47 0 72 316 121 27
Binary 1011 1000001 1101011 1011010 100111 0 111010 11001110 1010001 10111

Color Harmonies of #0B416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B416B

Black with #0B416B

Text Example


Text Example

White with #0B416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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