Html Css Color HEX #05306C Prussian Blue

📋 copy color: '#05306C'

red 5 ◦ green 48 ◦ blue 108

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

Shades of Prussian Blue #05306C

Tints of Prussian Blue #05306C

RGB

 RED value IS 5 (2.34% from 255) = 3.11%

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

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

R = 3.11%
G = 29.81%
B = 67.08%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05306C (or 0x05306C) is known color: Prussian Blue. HEX triplet: 05, 30 and 6C. RGB value is (5,48,108). Sum of RGB (Red+Green+Blue) = 5+48+108=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #05306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05306C is #FACF93. Grayscale: #292929. Windows color (decimal): -16437140 or 7090181. OLE color: 7090181.

HSL color Cylindrical-coordinate representation of color #05306C: hue angle of 214.95º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05306C is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 48 108 -
CMYK 0.95 0.56 0 0.58
HSL 214.95º 0.91% 0.22% -
HSV(B) 214.95º 0.95% 0.42% -
XYZ 3.83 3.23 14.61 -
YUV 41.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 5 48 108 0.95 0.56 0 0.58 214.95 0.91 0.22
Hex 5 30 6C 5F 38 0 3A D7 5B 16
Octal 5 60 154 137 70 0 72 327 133 26
Binary 101 110000 1101100 1011111 111000 0 111010 11010111 1011011 10110

Color Harmonies of #05306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05306C

Black with #05306C

Text Example


Text Example

White with #05306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05306C; }

 p { color: rgb(5,48,108); }

 H1.HeaderClassName
 {
   color: #05306C;
 }
 .AnyTagClassName
 {
   color: #05306C;
 }
</style>

background-color css

<style>
 a { background-color: #05306C; }

 a { background-color: rgb(5,48,108); }

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

border-color css

<style>
 span { border-color: #05306C; }

 span { border-color: rgb(5,48,108); }

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