Html Css Color HEX #063253 Prussian Blue

📋 copy color: '#063253'

red 6 ◦ green 50 ◦ blue 83

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

Shades of Prussian Blue #063253

Tints of Prussian Blue #063253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 4.32%
G = 35.97%
B = 59.71%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063253 (or 0x063253) is known color: Prussian Blue. HEX triplet: 06, 32 and 53. RGB value is (6,50,83). Sum of RGB (Red+Green+Blue) = 6+50+83=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #063253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063253 is #F9CDAC. Grayscale: #282828. Windows color (decimal): -16371117 or 5452294. OLE color: 5452294.

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

Color convert

RGB 6 50 83 -
CMYK 0.93 0.40 0 0.67
HSL 205.71º 0.87% 0.17% -
HSV(B) 205.71º 0.93% 0.33% -
XYZ 2.78 2.94 8.61 -
YUV 40.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 6 50 83 0.93 0.40 0 0.67 205.71 0.87 0.17
Hex 6 32 53 5D 28 0 43 CE 57 11
Octal 6 62 123 135 50 0 103 316 127 21
Binary 110 110010 1010011 1011101 101000 0 1000011 11001110 1010111 10001

Color Harmonies of #063253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063253

Black with #063253

Text Example


Text Example

White with #063253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063253; }

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

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

background-color css

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

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

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

border-color css

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

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

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