Html Css Color HEX #0B3058 Prussian Blue

📋 copy color: '#0B3058'

red 11 ◦ green 48 ◦ blue 88

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

Shades of Prussian Blue #0B3058

Tints of Prussian Blue #0B3058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 88 (34.77% from 255) = 59.86%

R = 7.48%
G = 32.65%
B = 59.86%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B3058 (or 0x0B3058) is known color: Prussian Blue. HEX triplet: 0B, 30 and 58. RGB value is (11,48,88). Sum of RGB (Red+Green+Blue) = 11+48+88=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B3058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3058 is #F4CFA7. Grayscale: #292929. Windows color (decimal): -16043944 or 5779467. OLE color: 5779467.

HSL color Cylindrical-coordinate representation of color #0B3058: hue angle of 211.17º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3058 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 48 88 -
CMYK 0.88 0.45 0 0.65
HSL 211.17º 0.78% 0.19% -
HSV(B) 211.17º 0.88% 0.35% -
XYZ 2.96 2.89 9.63 -
YUV 41.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 11 48 88 0.88 0.45 0 0.65 211.17 0.78 0.19
Hex B 30 58 58 2D 0 41 D3 4E 13
Octal 13 60 130 130 55 0 101 323 116 23
Binary 1011 110000 1011000 1011000 101101 0 1000001 11010011 1001110 10011

Color Harmonies of #0B3058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3058

Black with #0B3058

Text Example


Text Example

White with #0B3058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,48,88); }

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

background-color css

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

 a { background-color: rgb(11,48,88); }

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

border-color css

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

 span { border-color: rgb(11,48,88); }

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