Html Css Color HEX #063A72 Prussian Blue

📋 copy color: '#063A72'

red 6 ◦ green 58 ◦ blue 114

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

Shades of Prussian Blue #063A72

Tints of Prussian Blue #063A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.04%

R = 3.37%
G = 32.58%
B = 64.04%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063A72 (or 0x063A72) is known color: Prussian Blue. HEX triplet: 06, 3A and 72. RGB value is (6,58,114). Sum of RGB (Red+Green+Blue) = 6+58+114=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #063A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A72 is #F9C58D. Grayscale: #303030. Windows color (decimal): -16369038 or 7485958. OLE color: 7485958.

HSL color Cylindrical-coordinate representation of color #063A72: hue angle of 211.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A72 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 58 114 -
CMYK 0.95 0.49 0 0.55
HSL 211.11º 0.9% 0.24% -
HSV(B) 211.11º 0.95% 0.45% -
XYZ 4.63 4.28 16.5 -
YUV 48.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 6 58 114 0.95 0.49 0 0.55 211.11 0.9 0.24
Hex 6 3A 72 5F 31 0 37 D3 5A 18
Octal 6 72 162 137 61 0 67 323 132 30
Binary 110 111010 1110010 1011111 110001 0 110111 11010011 1011010 11000

Color Harmonies of #063A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A72

Black with #063A72

Text Example


Text Example

White with #063A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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