Html Css Color HEX #0B3C6F Prussian Blue

📋 copy color: '#0B3C6F'

red 11 ◦ green 60 ◦ blue 111

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

Shades of Prussian Blue #0B3C6F

Tints of Prussian Blue #0B3C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.97%

 BLUE value IS 111 (43.75% from 255) = 60.99%

R = 6.04%
G = 32.97%
B = 60.99%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3C6F (or 0x0B3C6F) is known color: Prussian Blue. HEX triplet: 0B, 3C and 6F. RGB value is (11,60,111). Sum of RGB (Red+Green+Blue) = 11+60+111=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B3C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3C6F is #F4C390. Grayscale: #323232. Windows color (decimal): -16040849 or 7289867. OLE color: 7289867.

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

Color convert

RGB 11 60 111 -
CMYK 0.90 0.46 0 0.56
HSL 210.6º 0.82% 0.24% -
HSV(B) 210.6º 0.9% 0.44% -
XYZ 4.62 4.45 15.65 -
YUV 51.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 11 60 111 0.90 0.46 0 0.56 210.6 0.82 0.24
Hex B 3C 6F 5A 2E 0 38 D3 52 18
Octal 13 74 157 132 56 0 70 323 122 30
Binary 1011 111100 1101111 1011010 101110 0 111000 11010011 1010010 11000

Color Harmonies of #0B3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3C6F

Black with #0B3C6F

Text Example


Text Example

White with #0B3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,60,111); }

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

background-color css

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

 a { background-color: rgb(11,60,111); }

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

border-color css

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

 span { border-color: rgb(11,60,111); }

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