Html Css Color HEX #063053 Prussian Blue

📋 copy color: '#063053'

red 6 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #063053

Tints of Prussian Blue #063053

RGB

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

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

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

R = 4.38%
G = 35.04%
B = 60.58%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063053 (or 0x063053) is known color: Prussian Blue. HEX triplet: 06, 30 and 53. RGB value is (6,48,83). Sum of RGB (Red+Green+Blue) = 6+48+83=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #063053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063053 is #F9CFAC. Grayscale: #272727. Windows color (decimal): -16371629 or 5451782. OLE color: 5451782.

HSL color Cylindrical-coordinate representation of color #063053: hue angle of 207.27º 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 #063053 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 48 83 -
CMYK 0.93 0.42 0 0.67
HSL 207.27º 0.87% 0.17% -
HSV(B) 207.27º 0.93% 0.33% -
XYZ 2.69 2.78 8.58 -
YUV 39.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 6 48 83 0.93 0.42 0 0.67 207.27 0.87 0.17
Hex 6 30 53 5D 2A 0 43 CF 57 11
Octal 6 60 123 135 52 0 103 317 127 21
Binary 110 110000 1010011 1011101 101010 0 1000011 11001111 1010111 10001

Color Harmonies of #063053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063053

Black with #063053

Text Example


Text Example

White with #063053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063053; }

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

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

background-color css

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

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

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

border-color css

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

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

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