Html Css Color HEX #062D62 Prussian Blue

📋 copy color: '#062D62'

red 6 ◦ green 45 ◦ blue 98

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

Shades of Prussian Blue #062D62

Tints of Prussian Blue #062D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 4.03%
G = 30.2%
B = 65.77%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062D62 (or 0x062D62) is known color: Prussian Blue. HEX triplet: 06, 2D and 62. RGB value is (6,45,98). Sum of RGB (Red+Green+Blue) = 6+45+98=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #062D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D62 is #F9D29D. Grayscale: #272727. Windows color (decimal): -16372382 or 6434054. OLE color: 6434054.

HSL color Cylindrical-coordinate representation of color #062D62: hue angle of 214.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062D62 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 45 98 -
CMYK 0.94 0.54 0 0.62
HSL 214.57º 0.88% 0.2% -
HSV(B) 214.57º 0.94% 0.38% -
XYZ 3.22 2.8 11.93 -
YUV 39.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 6 45 98 0.94 0.54 0 0.62 214.57 0.88 0.2
Hex 6 2D 62 5E 36 0 3E D7 58 14
Octal 6 55 142 136 66 0 76 327 130 24
Binary 110 101101 1100010 1011110 110110 0 111110 11010111 1011000 10100

Color Harmonies of #062D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D62

Black with #062D62

Text Example


Text Example

White with #062D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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