Html Css Color HEX #062B5E Prussian Blue

📋 copy color: '#062B5E'

red 6 ◦ green 43 ◦ blue 94

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

Shades of Prussian Blue #062B5E

Tints of Prussian Blue #062B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 4.2%
G = 30.07%
B = 65.73%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#062B5E (or 0x062B5E) is known color: Prussian Blue. HEX triplet: 06, 2B and 5E. RGB value is (6,43,94). Sum of RGB (Red+Green+Blue) = 6+43+94=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #062B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B5E is #F9D4A1. Grayscale: #252525. Windows color (decimal): -16372898 or 6171398. OLE color: 6171398.

HSL color Cylindrical-coordinate representation of color #062B5E: hue angle of 214.77º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B5E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 43 94 -
CMYK 0.94 0.54 0 0.63
HSL 214.77º 0.88% 0.2% -
HSV(B) 214.77º 0.94% 0.37% -
XYZ 2.96 2.57 10.93 -
YUV 37.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 6 43 94 0.94 0.54 0 0.63 214.77 0.88 0.2
Hex 6 2B 5E 5E 36 0 3F D7 58 14
Octal 6 53 136 136 66 0 77 327 130 24
Binary 110 101011 1011110 1011110 110110 0 111111 11010111 1011000 10100

Color Harmonies of #062B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B5E

Black with #062B5E

Text Example


Text Example

White with #062B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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