Html Css Color HEX #0B3A60 Prussian Blue

📋 copy color: '#0B3A60'

red 11 ◦ green 58 ◦ blue 96

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

Shades of Prussian Blue #0B3A60

Tints of Prussian Blue #0B3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.15%

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

R = 6.67%
G = 35.15%
B = 58.18%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B3A60 (or 0x0B3A60) is known color: Prussian Blue. HEX triplet: 0B, 3A and 60. RGB value is (11,58,96). Sum of RGB (Red+Green+Blue) = 11+58+96=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B3A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A60 is #F4C59F. Grayscale: #303030. Windows color (decimal): -16041376 or 6306315. OLE color: 6306315.

HSL color Cylindrical-coordinate representation of color #0B3A60: hue angle of 206.82º 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 #0B3A60 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 58 96 -
CMYK 0.89 0.40 0 0.62
HSL 206.82º 0.79% 0.21% -
HSV(B) 206.82º 0.89% 0.38% -
XYZ 3.76 3.94 11.63 -
YUV 48.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 11 58 96 0.89 0.40 0 0.62 206.82 0.79 0.21
Hex B 3A 60 59 28 0 3E CF 4F 15
Octal 13 72 140 131 50 0 76 317 117 25
Binary 1011 111010 1100000 1011001 101000 0 111110 11001111 1001111 10101

Color Harmonies of #0B3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3A60

Black with #0B3A60

Text Example


Text Example

White with #0B3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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