Html Css Color HEX #063062 Prussian Blue

📋 copy color: '#063062'

red 6 ◦ green 48 ◦ blue 98

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

Shades of Prussian Blue #063062

Tints of Prussian Blue #063062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 64.47%

R = 3.95%
G = 31.58%
B = 64.47%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#063062 (or 0x063062) is known color: Prussian Blue. HEX triplet: 06, 30 and 62. RGB value is (6,48,98). Sum of RGB (Red+Green+Blue) = 6+48+98=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #063062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063062 is #F9CF9D. Grayscale: #282828. Windows color (decimal): -16371614 or 6434822. OLE color: 6434822.

HSL color Cylindrical-coordinate representation of color #063062: hue angle of 212.61º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063062 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 48 98 -
CMYK 0.94 0.51 0 0.62
HSL 212.61º 0.88% 0.2% -
HSV(B) 212.61º 0.94% 0.38% -
XYZ 3.34 3.03 11.97 -
YUV 41.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 6 48 98 0.94 0.51 0 0.62 212.61 0.88 0.2
Hex 6 30 62 5E 33 0 3E D5 58 14
Octal 6 60 142 136 63 0 76 325 130 24
Binary 110 110000 1100010 1011110 110011 0 111110 11010101 1011000 10100

Color Harmonies of #063062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063062

Black with #063062

Text Example


Text Example

White with #063062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063062; }

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

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

background-color css

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

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

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

border-color css

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

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

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