Html Css Color HEX #063070 Prussian Blue

📋 copy color: '#063070'

red 6 ◦ green 48 ◦ blue 112

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

Shades of Prussian Blue #063070

Tints of Prussian Blue #063070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 3.61%
G = 28.92%
B = 67.47%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063070 (or 0x063070) is known color: Prussian Blue. HEX triplet: 06, 30 and 70. RGB value is (6,48,112). Sum of RGB (Red+Green+Blue) = 6+48+112=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #063070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063070 is #F9CF8F. Grayscale: #2A2A2A. Windows color (decimal): -16371600 or 7352326. OLE color: 7352326.

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

Color convert

RGB 6 48 112 -
CMYK 0.95 0.57 0 0.56
HSL 216.23º 0.9% 0.23% -
HSV(B) 216.23º 0.95% 0.44% -
XYZ 4.06 3.32 15.76 -
YUV 42.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 6 48 112 0.95 0.57 0 0.56 216.23 0.9 0.23
Hex 6 30 70 5F 39 0 38 D8 5A 17
Octal 6 60 160 137 71 0 70 330 132 27
Binary 110 110000 1110000 1011111 111001 0 111000 11011000 1011010 10111

Color Harmonies of #063070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063070

Black with #063070

Text Example


Text Example

White with #063070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063070; }

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

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

background-color css

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

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

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

border-color css

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

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

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