Html Css Color HEX #063376 Prussian Blue

📋 copy color: '#063376'

red 6 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #063376

Tints of Prussian Blue #063376

RGB

 RED value IS 6 (2.73% from 255) = 3.43%

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 118 (46.48% from 255) = 67.43%

R = 3.43%
G = 29.14%
B = 67.43%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063376 (or 0x063376) is known color: Prussian Blue. HEX triplet: 06, 33 and 76. RGB value is (6,51,118). Sum of RGB (Red+Green+Blue) = 6+51+118=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #063376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063376 is #F9CC89. Grayscale: #2C2C2C. Windows color (decimal): -16370826 or 7746310. OLE color: 7746310.

HSL color Cylindrical-coordinate representation of color #063376: hue angle of 215.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063376 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 51 118 -
CMYK 0.95 0.57 0 0.54
HSL 215.89º 0.9% 0.24% -
HSV(B) 215.89º 0.95% 0.46% -
XYZ 4.53 3.71 17.62 -
YUV 45.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 6 51 118 0.95 0.57 0 0.54 215.89 0.9 0.24
Hex 6 33 76 5F 39 0 36 D8 5A 18
Octal 6 63 166 137 71 0 66 330 132 30
Binary 110 110011 1110110 1011111 111001 0 110110 11011000 1011010 11000

Color Harmonies of #063376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063376

Black with #063376

Text Example


Text Example

White with #063376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063376; }

 p { color: rgb(6,51,118); }

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

background-color css

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

 a { background-color: rgb(6,51,118); }

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

border-color css

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

 span { border-color: rgb(6,51,118); }

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