Html Css Color HEX #063153 Prussian Blue

📋 copy color: '#063153'

red 6 ◦ green 49 ◦ blue 83

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

Shades of Prussian Blue #063153

Tints of Prussian Blue #063153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 4.35%
G = 35.51%
B = 60.14%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063153 (or 0x063153) is known color: Prussian Blue. HEX triplet: 06, 31 and 53. RGB value is (6,49,83). Sum of RGB (Red+Green+Blue) = 6+49+83=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #063153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063153 is #F9CEAC. Grayscale: #272727. Windows color (decimal): -16371373 or 5452038. OLE color: 5452038.

HSL color Cylindrical-coordinate representation of color #063153: hue angle of 206.49º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063153 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 49 83 -
CMYK 0.93 0.41 0 0.67
HSL 206.49º 0.87% 0.17% -
HSV(B) 206.49º 0.93% 0.33% -
XYZ 2.73 2.86 8.59 -
YUV 40.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 6 49 83 0.93 0.41 0 0.67 206.49 0.87 0.17
Hex 6 31 53 5D 29 0 43 CE 57 11
Octal 6 61 123 135 51 0 103 316 127 21
Binary 110 110001 1010011 1011101 101001 0 1000011 11001110 1010111 10001

Color Harmonies of #063153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063153

Black with #063153

Text Example


Text Example

White with #063153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063153; }

 p { color: rgb(6,49,83); }

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

background-color css

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

 a { background-color: rgb(6,49,83); }

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

border-color css

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

 span { border-color: rgb(6,49,83); }

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