Html Css Color HEX #0B3360 Prussian Blue

📋 copy color: '#0B3360'

red 11 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #0B3360

Tints of Prussian Blue #0B3360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 60.76%

R = 6.96%
G = 32.28%
B = 60.76%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B3360 (or 0x0B3360) is known color: Prussian Blue. HEX triplet: 0B, 33 and 60. RGB value is (11,51,96). Sum of RGB (Red+Green+Blue) = 11+51+96=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B3360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3360 is #F4CC9F. Grayscale: #2B2B2B. Windows color (decimal): -16043168 or 6304523. OLE color: 6304523.

HSL color Cylindrical-coordinate representation of color #0B3360: hue angle of 211.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3360 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 51 96 -
CMYK 0.89 0.47 0 0.62
HSL 211.76º 0.79% 0.21% -
HSV(B) 211.76º 0.89% 0.38% -
XYZ 3.43 3.28 11.52 -
YUV 44.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 11 51 96 0.89 0.47 0 0.62 211.76 0.79 0.21
Hex B 33 60 59 2F 0 3E D4 4F 15
Octal 13 63 140 131 57 0 76 324 117 25
Binary 1011 110011 1100000 1011001 101111 0 111110 11010100 1001111 10101

Color Harmonies of #0B3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3360

Black with #0B3360

Text Example


Text Example

White with #0B3360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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