Html Css Color HEX #0B385F Prussian Blue

📋 copy color: '#0B385F'

red 11 ◦ green 56 ◦ blue 95

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

Shades of Prussian Blue #0B385F

Tints of Prussian Blue #0B385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 6.79%
G = 34.57%
B = 58.64%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B385F (or 0x0B385F) is known color: Prussian Blue. HEX triplet: 0B, 38 and 5F. RGB value is (11,56,95). Sum of RGB (Red+Green+Blue) = 11+56+95=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B385F is #F4C7A0. Grayscale: #2E2E2E. Windows color (decimal): -16041889 or 6240267. OLE color: 6240267.

HSL color Cylindrical-coordinate representation of color #0B385F: hue angle of 207.86º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B385F is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 56 95 -
CMYK 0.88 0.41 0 0.63
HSL 207.86º 0.79% 0.21% -
HSV(B) 207.86º 0.88% 0.37% -
XYZ 3.62 3.73 11.35 -
YUV 46.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 11 56 95 0.88 0.41 0 0.63 207.86 0.79 0.21
Hex B 38 5F 58 29 0 3F D0 4F 15
Octal 13 70 137 130 51 0 77 320 117 25
Binary 1011 111000 1011111 1011000 101001 0 111111 11010000 1001111 10101

Color Harmonies of #0B385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B385F

Black with #0B385F

Text Example


Text Example

White with #0B385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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