Html Css Color HEX #0B386F Prussian Blue

📋 copy color: '#0B386F'

red 11 ◦ green 56 ◦ blue 111

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

Shades of Prussian Blue #0B386F

Tints of Prussian Blue #0B386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 6.18%
G = 31.46%
B = 62.36%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B386F (or 0x0B386F) is known color: Prussian Blue. HEX triplet: 0B, 38 and 6F. RGB value is (11,56,111). Sum of RGB (Red+Green+Blue) = 11+56+111=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B386F is #F4C790. Grayscale: #303030. Windows color (decimal): -16041873 or 7288843. OLE color: 7288843.

HSL color Cylindrical-coordinate representation of color #0B386F: hue angle of 213º 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 #0B386F is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 56 111 -
CMYK 0.90 0.50 0 0.56
HSL 213º 0.82% 0.24% -
HSV(B) 213º 0.9% 0.44% -
XYZ 4.42 4.05 15.59 -
YUV 48.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 11 56 111 0.90 0.50 0 0.56 213 0.82 0.24
Hex B 38 6F 5A 32 0 38 D5 52 18
Octal 13 70 157 132 62 0 70 325 122 30
Binary 1011 111000 1101111 1011010 110010 0 111000 11010101 1010010 11000

Color Harmonies of #0B386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B386F

Black with #0B386F

Text Example


Text Example

White with #0B386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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