Html Css Color HEX #062E53 Prussian Blue

📋 copy color: '#062E53'

red 6 ◦ green 46 ◦ blue 83

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

Shades of Prussian Blue #062E53

Tints of Prussian Blue #062E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

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

R = 4.44%
G = 34.07%
B = 61.48%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062E53 (or 0x062E53) is known color: Prussian Blue. HEX triplet: 06, 2E and 53. RGB value is (6,46,83). Sum of RGB (Red+Green+Blue) = 6+46+83=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #062E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E53 is #F9D1AC. Grayscale: #262626. Windows color (decimal): -16372141 or 5451270. OLE color: 5451270.

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

Color convert

RGB 6 46 83 -
CMYK 0.93 0.45 0 0.67
HSL 208.83º 0.87% 0.17% -
HSV(B) 208.83º 0.93% 0.33% -
XYZ 2.61 2.62 8.55 -
YUV 38.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 6 46 83 0.93 0.45 0 0.67 208.83 0.87 0.17
Hex 6 2E 53 5D 2D 0 43 D1 57 11
Octal 6 56 123 135 55 0 103 321 127 21
Binary 110 101110 1010011 1011101 101101 0 1000011 11010001 1010111 10001

Color Harmonies of #062E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E53

Black with #062E53

Text Example


Text Example

White with #062E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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