Html Css Color HEX #062D53 Prussian Blue

📋 copy color: '#062D53'

red 6 ◦ green 45 ◦ blue 83

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

Shades of Prussian Blue #062D53

Tints of Prussian Blue #062D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 4.48%
G = 33.58%
B = 61.94%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062D53 (or 0x062D53) is known color: Prussian Blue. HEX triplet: 06, 2D and 53. RGB value is (6,45,83). Sum of RGB (Red+Green+Blue) = 6+45+83=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #062D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D53 is #F9D2AC. Grayscale: #252525. Windows color (decimal): -16372397 or 5451014. OLE color: 5451014.

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

Color convert

RGB 6 45 83 -
CMYK 0.93 0.46 0 0.67
HSL 209.61º 0.87% 0.17% -
HSV(B) 209.61º 0.93% 0.33% -
XYZ 2.57 2.54 8.54 -
YUV 37.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 6 45 83 0.93 0.46 0 0.67 209.61 0.87 0.17
Hex 6 2D 53 5D 2E 0 43 D2 57 11
Octal 6 55 123 135 56 0 103 322 127 21
Binary 110 101101 1010011 1011101 101110 0 1000011 11010010 1010111 10001

Color Harmonies of #062D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D53

Black with #062D53

Text Example


Text Example

White with #062D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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