Html Css Color HEX #062952 Prussian Blue

📋 copy color: '#062952'

red 6 ◦ green 41 ◦ blue 82

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

Shades of Prussian Blue #062952

Tints of Prussian Blue #062952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

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

R = 4.65%
G = 31.78%
B = 63.57%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062952 (or 0x062952) is known color: Prussian Blue. HEX triplet: 06, 29 and 52. RGB value is (6,41,82). Sum of RGB (Red+Green+Blue) = 6+41+82=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #062952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062952 is #F9D6AD. Grayscale: #232323. Windows color (decimal): -16373422 or 5384454. OLE color: 5384454.

HSL color Cylindrical-coordinate representation of color #062952: hue angle of 212.37º 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 #062952 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 41 82 -
CMYK 0.93 0.50 0 0.68
HSL 212.37º 0.86% 0.17% -
HSV(B) 212.37º 0.93% 0.32% -
XYZ 2.39 2.23 8.29 -
YUV 35.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 6 41 82 0.93 0.50 0 0.68 212.37 0.86 0.17
Hex 6 29 52 5D 32 0 44 D4 56 11
Octal 6 51 122 135 62 0 104 324 126 21
Binary 110 101001 1010010 1011101 110010 0 1000100 11010100 1010110 10001

Color Harmonies of #062952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062952

Black with #062952

Text Example


Text Example

White with #062952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062952; }

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

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

background-color css

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

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

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

border-color css

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

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

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