Html Css Color HEX #062B55 Prussian Blue

📋 copy color: '#062B55'

red 6 ◦ green 43 ◦ blue 85

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

Shades of Prussian Blue #062B55

Tints of Prussian Blue #062B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 63.43%

R = 4.48%
G = 32.09%
B = 63.43%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062B55 (or 0x062B55) is known color: Prussian Blue. HEX triplet: 06, 2B and 55. RGB value is (6,43,85). Sum of RGB (Red+Green+Blue) = 6+43+85=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #062B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B55 is #F9D4AA. Grayscale: #242424. Windows color (decimal): -16372907 or 5581574. OLE color: 5581574.

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

Color convert

RGB 6 43 85 -
CMYK 0.93 0.49 0 0.67
HSL 211.9º 0.87% 0.18% -
HSV(B) 211.9º 0.93% 0.33% -
XYZ 2.58 2.42 8.93 -
YUV 36.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 6 43 85 0.93 0.49 0 0.67 211.9 0.87 0.18
Hex 6 2B 55 5D 31 0 43 D4 57 12
Octal 6 53 125 135 61 0 103 324 127 22
Binary 110 101011 1010101 1011101 110001 0 1000011 11010100 1010111 10010

Color Harmonies of #062B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B55

Black with #062B55

Text Example


Text Example

White with #062B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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