Html Css Color HEX #063453 Prussian Blue

📋 copy color: '#063453'

red 6 ◦ green 52 ◦ blue 83

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

Shades of Prussian Blue #063453

Tints of Prussian Blue #063453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 4.26%
G = 36.88%
B = 58.87%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063453 (or 0x063453) is known color: Prussian Blue. HEX triplet: 06, 34 and 53. RGB value is (6,52,83). Sum of RGB (Red+Green+Blue) = 6+52+83=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #063453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063453 is #F9CBAC. Grayscale: #292929. Windows color (decimal): -16370605 or 5452806. OLE color: 5452806.

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

Color convert

RGB 6 52 83 -
CMYK 0.93 0.37 0 0.67
HSL 204.16º 0.87% 0.17% -
HSV(B) 204.16º 0.93% 0.33% -
XYZ 2.86 3.12 8.63 -
YUV 41.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 6 52 83 0.93 0.37 0 0.67 204.16 0.87 0.17
Hex 6 34 53 5D 25 0 43 CC 57 11
Octal 6 64 123 135 45 0 103 314 127 21
Binary 110 110100 1010011 1011101 100101 0 1000011 11001100 1010111 10001

Color Harmonies of #063453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063453

Black with #063453

Text Example


Text Example

White with #063453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063453; }

 p { color: rgb(6,52,83); }

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

background-color css

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

 a { background-color: rgb(6,52,83); }

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

border-color css

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

 span { border-color: rgb(6,52,83); }

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