Html Css Color HEX #063670 Prussian Blue

📋 copy color: '#063670'

red 6 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #063670

Tints of Prussian Blue #063670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 3.49%
G = 31.4%
B = 65.12%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063670 (or 0x063670) is known color: Prussian Blue. HEX triplet: 06, 36 and 70. RGB value is (6,54,112). Sum of RGB (Red+Green+Blue) = 6+54+112=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #063670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063670 is #F9C98F. Grayscale: #2D2D2D. Windows color (decimal): -16370064 or 7353862. OLE color: 7353862.

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

Color convert

RGB 6 54 112 -
CMYK 0.95 0.52 0 0.56
HSL 212.83º 0.9% 0.23% -
HSV(B) 212.83º 0.95% 0.44% -
XYZ 4.32 3.85 15.84 -
YUV 46.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 6 54 112 0.95 0.52 0 0.56 212.83 0.9 0.23
Hex 6 36 70 5F 34 0 38 D5 5A 17
Octal 6 66 160 137 64 0 70 325 132 27
Binary 110 110110 1110000 1011111 110100 0 111000 11010101 1011010 10111

Color Harmonies of #063670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063670

Black with #063670

Text Example


Text Example

White with #063670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063670; }

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

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

background-color css

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

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

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

border-color css

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

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

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