Html Css Color HEX #062852 Prussian Blue

📋 copy color: '#062852'

red 6 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #062852

Tints of Prussian Blue #062852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

 BLUE value IS 82 (32.42% from 255) = 64.06%

R = 4.69%
G = 31.25%
B = 64.06%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062852 (or 0x062852) is known color: Prussian Blue. HEX triplet: 06, 28 and 52. RGB value is (6,40,82). Sum of RGB (Red+Green+Blue) = 6+40+82=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #062852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062852 is #F9D7AD. Grayscale: #222222. Windows color (decimal): -16373678 or 5384198. OLE color: 5384198.

HSL color Cylindrical-coordinate representation of color #062852: hue angle of 213.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062852 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 40 82 -
CMYK 0.93 0.51 0 0.68
HSL 213.16º 0.86% 0.17% -
HSV(B) 213.16º 0.93% 0.32% -
XYZ 2.36 2.17 8.28 -
YUV 34.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 6 40 82 0.93 0.51 0 0.68 213.16 0.86 0.17
Hex 6 28 52 5D 33 0 44 D5 56 11
Octal 6 50 122 135 63 0 104 325 126 21
Binary 110 101000 1010010 1011101 110011 0 1000100 11010101 1010110 10001

Color Harmonies of #062852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062852

Black with #062852

Text Example


Text Example

White with #062852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062852; }

 p { color: rgb(6,40,82); }

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

background-color css

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

 a { background-color: rgb(6,40,82); }

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

border-color css

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

 span { border-color: rgb(6,40,82); }

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