Html Css Color HEX #062D50 Prussian Blue

📋 copy color: '#062D50'

red 6 ◦ green 45 ◦ blue 80

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

Shades of Prussian Blue #062D50

Tints of Prussian Blue #062D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.07%

R = 4.58%
G = 34.35%
B = 61.07%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062D50 (or 0x062D50) is known color: Prussian Blue. HEX triplet: 06, 2D and 50. RGB value is (6,45,80). Sum of RGB (Red+Green+Blue) = 6+45+80=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #062D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D50 is #F9D2AF. Grayscale: #252525. Windows color (decimal): -16372400 or 5254406. OLE color: 5254406.

HSL color Cylindrical-coordinate representation of color #062D50: hue angle of 208.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D50 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 45 80 -
CMYK 0.92 0.44 0 0.69
HSL 208.38º 0.86% 0.17% -
HSV(B) 208.38º 0.93% 0.31% -
XYZ 2.46 2.49 7.94 -
YUV 37.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 6 45 80 0.92 0.44 0 0.69 208.38 0.86 0.17
Hex 6 2D 50 5C 2C 0 45 D0 56 11
Octal 6 55 120 134 54 0 105 320 126 21
Binary 110 101101 1010000 1011100 101100 0 1000101 11010000 1010110 10001

Color Harmonies of #062D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D50

Black with #062D50

Text Example


Text Example

White with #062D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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