Html Css Color HEX #063A70 Prussian Blue

📋 copy color: '#063A70'

red 6 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #063A70

Tints of Prussian Blue #063A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 3.41%
G = 32.95%
B = 63.64%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063A70 (or 0x063A70) is known color: Prussian Blue. HEX triplet: 06, 3A and 70. RGB value is (6,58,112). Sum of RGB (Red+Green+Blue) = 6+58+112=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #063A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A70 is #F9C58F. Grayscale: #303030. Windows color (decimal): -16369040 or 7354886. OLE color: 7354886.

HSL color Cylindrical-coordinate representation of color #063A70: hue angle of 210.57º 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 #063A70 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 58 112 -
CMYK 0.95 0.48 0 0.56
HSL 210.57º 0.9% 0.23% -
HSV(B) 210.57º 0.95% 0.44% -
XYZ 4.51 4.23 15.91 -
YUV 48.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 6 58 112 0.95 0.48 0 0.56 210.57 0.9 0.23
Hex 6 3A 70 5F 30 0 38 D3 5A 17
Octal 6 72 160 137 60 0 70 323 132 27
Binary 110 111010 1110000 1011111 110000 0 111000 11010011 1011010 10111

Color Harmonies of #063A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A70

Black with #063A70

Text Example


Text Example

White with #063A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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