Html Css Color HEX #0B365D Prussian Blue

📋 copy color: '#0B365D'

red 11 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #0B365D

Tints of Prussian Blue #0B365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 6.96%
G = 34.18%
B = 58.86%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B365D (or 0x0B365D) is known color: Prussian Blue. HEX triplet: 0B, 36 and 5D. RGB value is (11,54,93). Sum of RGB (Red+Green+Blue) = 11+54+93=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B365D is #F4C9A2. Grayscale: #2D2D2D. Windows color (decimal): -16042403 or 6108683. OLE color: 6108683.

HSL color Cylindrical-coordinate representation of color #0B365D: hue angle of 208.54º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B365D is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 54 93 -
CMYK 0.88 0.42 0 0.64
HSL 208.54º 0.79% 0.2% -
HSV(B) 208.54º 0.88% 0.36% -
XYZ 3.43 3.5 10.85 -
YUV 45.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 11 54 93 0.88 0.42 0 0.64 208.54 0.79 0.2
Hex B 36 5D 58 2A 0 40 D1 4F 14
Octal 13 66 135 130 52 0 100 321 117 24
Binary 1011 110110 1011101 1011000 101010 0 1000000 11010001 1001111 10100

Color Harmonies of #0B365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B365D

Black with #0B365D

Text Example


Text Example

White with #0B365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,93); }

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

background-color css

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

 a { background-color: rgb(11,54,93); }

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

border-color css

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

 span { border-color: rgb(11,54,93); }

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