Html Css Color HEX #062B4D Prussian Blue

📋 copy color: '#062B4D'

red 6 ◦ green 43 ◦ blue 77

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

Shades of Prussian Blue #062B4D

Tints of Prussian Blue #062B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 4.76%
G = 34.13%
B = 61.11%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#062B4D (or 0x062B4D) is known color: Prussian Blue. HEX triplet: 06, 2B and 4D. RGB value is (6,43,77). Sum of RGB (Red+Green+Blue) = 6+43+77=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #062B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B4D is #F9D4B2. Grayscale: #232323. Windows color (decimal): -16372915 or 5057286. OLE color: 5057286.

HSL color Cylindrical-coordinate representation of color #062B4D: hue angle of 208.73º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062B4D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 43 77 -
CMYK 0.92 0.44 0 0.70
HSL 208.73º 0.86% 0.16% -
HSV(B) 208.73º 0.92% 0.3% -
XYZ 2.28 2.3 7.35 -
YUV 35.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 6 43 77 0.92 0.44 0 0.70 208.73 0.86 0.16
Hex 6 2B 4D 5C 2C 0 46 D1 56 10
Octal 6 53 115 134 54 0 106 321 126 20
Binary 110 101011 1001101 1011100 101100 0 1000110 11010001 1010110 10000

Color Harmonies of #062B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B4D

Black with #062B4D

Text Example


Text Example

White with #062B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,43,77); }

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

background-color css

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

 a { background-color: rgb(6,43,77); }

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

border-color css

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

 span { border-color: rgb(6,43,77); }

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