Html Css Color HEX #063154 Prussian Blue

📋 copy color: '#063154'

red 6 ◦ green 49 ◦ blue 84

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

Shades of Prussian Blue #063154

Tints of Prussian Blue #063154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

 BLUE value IS 84 (33.2% from 255) = 60.43%

R = 4.32%
G = 35.25%
B = 60.43%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063154 (or 0x063154) is known color: Prussian Blue. HEX triplet: 06, 31 and 54. RGB value is (6,49,84). Sum of RGB (Red+Green+Blue) = 6+49+84=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #063154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063154 is #F9CEAB. Grayscale: #272727. Windows color (decimal): -16371372 or 5517574. OLE color: 5517574.

HSL color Cylindrical-coordinate representation of color #063154: hue angle of 206.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063154 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 49 84 -
CMYK 0.93 0.42 0 0.67
HSL 206.92º 0.87% 0.18% -
HSV(B) 206.92º 0.93% 0.33% -
XYZ 2.77 2.88 8.8 -
YUV 40.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 6 49 84 0.93 0.42 0 0.67 206.92 0.87 0.18
Hex 6 31 54 5D 2A 0 43 CF 57 12
Octal 6 61 124 135 52 0 103 317 127 22
Binary 110 110001 1010100 1011101 101010 0 1000011 11001111 1010111 10010

Color Harmonies of #063154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063154

Black with #063154

Text Example


Text Example

White with #063154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063154; }

 p { color: rgb(6,49,84); }

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

background-color css

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

 a { background-color: rgb(6,49,84); }

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

border-color css

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

 span { border-color: rgb(6,49,84); }

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