Html Css Color HEX #062E54 Prussian Blue

📋 copy color: '#062E54'

red 6 ◦ green 46 ◦ blue 84

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

Shades of Prussian Blue #062E54

Tints of Prussian Blue #062E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 4.41%
G = 33.82%
B = 61.76%

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

#062E54 (or 0x062E54) is known color: Prussian Blue. HEX triplet: 06, 2E and 54. RGB value is (6,46,84). Sum of RGB (Red+Green+Blue) = 6+46+84=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #062E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E54 is #F9D1AB. Grayscale: #262626. Windows color (decimal): -16372140 or 5516806. OLE color: 5516806.

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

Color convert

RGB 6 46 84 -
CMYK 0.93 0.45 0 0.67
HSL 209.23º 0.87% 0.18% -
HSV(B) 209.23º 0.93% 0.33% -
XYZ 2.65 2.63 8.76 -
YUV 38.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 6 46 84 0.93 0.45 0 0.67 209.23 0.87 0.18
Hex 6 2E 54 5D 2D 0 43 D1 57 12
Octal 6 56 124 135 55 0 103 321 127 22
Binary 110 101110 1010100 1011101 101101 0 1000011 11010001 1010111 10010

Color Harmonies of #062E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E54

Black with #062E54

Text Example


Text Example

White with #062E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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