Html Css Color HEX #062B56 Prussian Blue

📋 copy color: '#062B56'

red 6 ◦ green 43 ◦ blue 86

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

Shades of Prussian Blue #062B56

Tints of Prussian Blue #062B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 4.44%
G = 31.85%
B = 63.7%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062B56 (or 0x062B56) is known color: Prussian Blue. HEX triplet: 06, 2B and 56. RGB value is (6,43,86). Sum of RGB (Red+Green+Blue) = 6+43+86=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #062B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B56 is #F9D4A9. Grayscale: #242424. Windows color (decimal): -16372906 or 5647110. OLE color: 5647110.

HSL color Cylindrical-coordinate representation of color #062B56: hue angle of 212.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062B56 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 43 86 -
CMYK 0.93 0.50 0 0.66
HSL 212.25º 0.87% 0.18% -
HSV(B) 212.25º 0.93% 0.34% -
XYZ 2.62 2.44 9.14 -
YUV 36.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 6 43 86 0.93 0.50 0 0.66 212.25 0.87 0.18
Hex 6 2B 56 5D 32 0 42 D4 57 12
Octal 6 53 126 135 62 0 102 324 127 22
Binary 110 101011 1010110 1011101 110010 0 1000010 11010100 1010111 10010

Color Harmonies of #062B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B56

Black with #062B56

Text Example


Text Example

White with #062B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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