Html Css Color HEX #0B336D Prussian Blue

📋 copy color: '#0B336D'

red 11 ◦ green 51 ◦ blue 109

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

Shades of Prussian Blue #0B336D

Tints of Prussian Blue #0B336D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 6.43%
G = 29.82%
B = 63.74%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B336D (or 0x0B336D) is known color: Prussian Blue. HEX triplet: 0B, 33 and 6D. RGB value is (11,51,109). Sum of RGB (Red+Green+Blue) = 11+51+109=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B336D is #F4CC92. Grayscale: #2D2D2D. Windows color (decimal): -16043155 or 7156491. OLE color: 7156491.

HSL color Cylindrical-coordinate representation of color #0B336D: hue angle of 215.51º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B336D is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 51 109 -
CMYK 0.90 0.53 0 0.57
HSL 215.51º 0.82% 0.24% -
HSV(B) 215.51º 0.9% 0.43% -
XYZ 4.08 3.54 14.94 -
YUV 45.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 11 51 109 0.90 0.53 0 0.57 215.51 0.82 0.24
Hex B 33 6D 5A 35 0 39 D8 52 18
Octal 13 63 155 132 65 0 71 330 122 30
Binary 1011 110011 1101101 1011010 110101 0 111001 11011000 1010010 11000

Color Harmonies of #0B336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B336D

Black with #0B336D

Text Example


Text Example

White with #0B336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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