Html Css Color HEX #063C58 Prussian Blue

📋 copy color: '#063C58'

red 6 ◦ green 60 ◦ blue 88

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

Shades of Prussian Blue #063C58

Tints of Prussian Blue #063C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.96%

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

R = 3.9%
G = 38.96%
B = 57.14%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063C58 (or 0x063C58) is known color: Prussian Blue. HEX triplet: 06, 3C and 58. RGB value is (6,60,88). Sum of RGB (Red+Green+Blue) = 6+60+88=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #063C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C58 is #F9C3A7. Grayscale: #2E2E2E. Windows color (decimal): -16368552 or 5782534. OLE color: 5782534.

HSL color Cylindrical-coordinate representation of color #063C58: hue angle of 200.49º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063C58 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 60 88 -
CMYK 0.93 0.32 0 0.65
HSL 200.49º 0.87% 0.18% -
HSV(B) 200.49º 0.93% 0.35% -
XYZ 3.45 3.98 9.82 -
YUV 47.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 6 60 88 0.93 0.32 0 0.65 200.49 0.87 0.18
Hex 6 3C 58 5D 20 0 41 C8 57 12
Octal 6 74 130 135 40 0 101 310 127 22
Binary 110 111100 1011000 1011101 100000 0 1000001 11001000 1010111 10010

Color Harmonies of #063C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C58

Black with #063C58

Text Example


Text Example

White with #063C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C58; }

 p { color: rgb(6,60,88); }

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

background-color css

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

 a { background-color: rgb(6,60,88); }

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

border-color css

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

 span { border-color: rgb(6,60,88); }

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