Html Css Color HEX #062D59 Prussian Blue

📋 copy color: '#062D59'

red 6 ◦ green 45 ◦ blue 89

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

Shades of Prussian Blue #062D59

Tints of Prussian Blue #062D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.14%

 BLUE value IS 89 (35.16% from 255) = 63.57%

R = 4.29%
G = 32.14%
B = 63.57%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062D59 (or 0x062D59) is known color: Prussian Blue. HEX triplet: 06, 2D and 59. RGB value is (6,45,89). Sum of RGB (Red+Green+Blue) = 6+45+89=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #062D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D59 is #F9D2A6. Grayscale: #262626. Windows color (decimal): -16372391 or 5844230. OLE color: 5844230.

HSL color Cylindrical-coordinate representation of color #062D59: hue angle of 211.81º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D59 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 45 89 -
CMYK 0.93 0.49 0 0.65
HSL 211.81º 0.87% 0.19% -
HSV(B) 211.81º 0.93% 0.35% -
XYZ 2.82 2.64 9.81 -
YUV 38.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 6 45 89 0.93 0.49 0 0.65 211.81 0.87 0.19
Hex 6 2D 59 5D 31 0 41 D4 57 13
Octal 6 55 131 135 61 0 101 324 127 23
Binary 110 101101 1011001 1011101 110001 0 1000001 11010100 1010111 10011

Color Harmonies of #062D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D59

Black with #062D59

Text Example


Text Example

White with #062D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,89); }

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

background-color css

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

 a { background-color: rgb(6,45,89); }

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

border-color css

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

 span { border-color: rgb(6,45,89); }

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