Html Css Color HEX #0B3E6C Prussian Blue

📋 copy color: '#0B3E6C'

red 11 ◦ green 62 ◦ blue 108

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

Shades of Prussian Blue #0B3E6C

Tints of Prussian Blue #0B3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 6.08%
G = 34.25%
B = 59.67%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B3E6C (or 0x0B3E6C) is known color: Prussian Blue. HEX triplet: 0B, 3E and 6C. RGB value is (11,62,108). Sum of RGB (Red+Green+Blue) = 11+62+108=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B3E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3E6C is #F4C193. Grayscale: #333333. Windows color (decimal): -16040340 or 7093771. OLE color: 7093771.

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

Color convert

RGB 11 62 108 -
CMYK 0.90 0.43 0 0.58
HSL 208.45º 0.82% 0.23% -
HSV(B) 208.45º 0.9% 0.42% -
XYZ 4.57 4.6 14.83 -
YUV 52 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 11 62 108 0.90 0.43 0 0.58 208.45 0.82 0.23
Hex B 3E 6C 5A 2B 0 3A D0 52 17
Octal 13 76 154 132 53 0 72 320 122 27
Binary 1011 111110 1101100 1011010 101011 0 111010 11010000 1010010 10111

Color Harmonies of #0B3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3E6C

Black with #0B3E6C

Text Example


Text Example

White with #0B3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,62,108); }

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

background-color css

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

 a { background-color: rgb(11,62,108); }

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

border-color css

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

 span { border-color: rgb(11,62,108); }

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