Html Css Color HEX #062D64 Prussian Blue

📋 copy color: '#062D64'

red 6 ◦ green 45 ◦ blue 100

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

Shades of Prussian Blue #062D64

Tints of Prussian Blue #062D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 3.97%
G = 29.8%
B = 66.23%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#062D64 (or 0x062D64) is known color: Prussian Blue. HEX triplet: 06, 2D and 64. RGB value is (6,45,100). Sum of RGB (Red+Green+Blue) = 6+45+100=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #062D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D64 is #F9D29B. Grayscale: #272727. Windows color (decimal): -16372380 or 6565126. OLE color: 6565126.

HSL color Cylindrical-coordinate representation of color #062D64: hue angle of 215.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062D64 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 45 100 -
CMYK 0.94 0.55 0 0.61
HSL 215.11º 0.89% 0.21% -
HSV(B) 215.11º 0.94% 0.39% -
XYZ 3.31 2.84 12.43 -
YUV 39.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 6 45 100 0.94 0.55 0 0.61 215.11 0.89 0.21
Hex 6 2D 64 5E 37 0 3D D7 59 15
Octal 6 55 144 136 67 0 75 327 131 25
Binary 110 101101 1100100 1011110 110111 0 111101 11010111 1011001 10101

Color Harmonies of #062D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D64

Black with #062D64

Text Example


Text Example

White with #062D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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