Html Css Color HEX #063C70 Prussian Blue

📋 copy color: '#063C70'

red 6 ◦ green 60 ◦ blue 112

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

Shades of Prussian Blue #063C70

Tints of Prussian Blue #063C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 3.37%
G = 33.71%
B = 62.92%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063C70 (or 0x063C70) is known color: Prussian Blue. HEX triplet: 06, 3C and 70. RGB value is (6,60,112). Sum of RGB (Red+Green+Blue) = 6+60+112=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #063C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C70 is #F9C38F. Grayscale: #313131. Windows color (decimal): -16368528 or 7355398. OLE color: 7355398.

HSL color Cylindrical-coordinate representation of color #063C70: hue angle of 209.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C70 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 60 112 -
CMYK 0.95 0.46 0 0.56
HSL 209.43º 0.9% 0.23% -
HSV(B) 209.43º 0.95% 0.44% -
XYZ 4.62 4.44 15.94 -
YUV 49.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 6 60 112 0.95 0.46 0 0.56 209.43 0.9 0.23
Hex 6 3C 70 5F 2E 0 38 D1 5A 17
Octal 6 74 160 137 56 0 70 321 132 27
Binary 110 111100 1110000 1011111 101110 0 111000 11010001 1011010 10111

Color Harmonies of #063C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C70

Black with #063C70

Text Example


Text Example

White with #063C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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