Html Css Color HEX #062A4F Prussian Blue

📋 copy color: '#062A4F'

red 6 ◦ green 42 ◦ blue 79

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

Shades of Prussian Blue #062A4F

Tints of Prussian Blue #062A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.07%

 BLUE value IS 79 (31.25% from 255) = 62.2%

R = 4.72%
G = 33.07%
B = 62.2%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062A4F (or 0x062A4F) is known color: Prussian Blue. HEX triplet: 06, 2A and 4F. RGB value is (6,42,79). Sum of RGB (Red+Green+Blue) = 6+42+79=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #062A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A4F is #F9D5B0. Grayscale: #232323. Windows color (decimal): -16373169 or 5188102. OLE color: 5188102.

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

Color convert

RGB 6 42 79 -
CMYK 0.92 0.47 0 0.69
HSL 210.41º 0.86% 0.17% -
HSV(B) 210.41º 0.92% 0.31% -
XYZ 2.31 2.26 7.71 -
YUV 35.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 6 42 79 0.92 0.47 0 0.69 210.41 0.86 0.17
Hex 6 2A 4F 5C 2F 0 45 D2 56 11
Octal 6 52 117 134 57 0 105 322 126 21
Binary 110 101010 1001111 1011100 101111 0 1000101 11010010 1010110 10001

Color Harmonies of #062A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A4F

Black with #062A4F

Text Example


Text Example

White with #062A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,42,79); }

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

background-color css

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

 a { background-color: rgb(6,42,79); }

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

border-color css

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

 span { border-color: rgb(6,42,79); }

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