Html Css Color HEX #06365E Prussian Blue

📋 copy color: '#06365E'

red 6 ◦ green 54 ◦ blue 94

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

Shades of Prussian Blue #06365E

Tints of Prussian Blue #06365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 3.9%
G = 35.06%
B = 61.04%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06365E (or 0x06365E) is known color: Prussian Blue. HEX triplet: 06, 36 and 5E. RGB value is (6,54,94). Sum of RGB (Red+Green+Blue) = 6+54+94=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #06365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06365E is #F9C9A1. Grayscale: #2C2C2C. Windows color (decimal): -16370082 or 6174214. OLE color: 6174214.

HSL color Cylindrical-coordinate representation of color #06365E: hue angle of 207.27º 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 #06365E is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 54 94 -
CMYK 0.94 0.43 0 0.63
HSL 207.27º 0.88% 0.2% -
HSV(B) 207.27º 0.94% 0.37% -
XYZ 3.41 3.49 11.08 -
YUV 44.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 6 54 94 0.94 0.43 0 0.63 207.27 0.88 0.2
Hex 6 36 5E 5E 2B 0 3F CF 58 14
Octal 6 66 136 136 53 0 77 317 130 24
Binary 110 110110 1011110 1011110 101011 0 111111 11001111 1011000 10100

Color Harmonies of #06365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06365E

Black with #06365E

Text Example


Text Example

White with #06365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06365E; }

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

 H1.HeaderClassName
 {
   color: #06365E;
 }
 .AnyTagClassName
 {
   color: #06365E;
 }
</style>

background-color css

<style>
 a { background-color: #06365E; }

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

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

border-color css

<style>
 span { border-color: #06365E; }

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

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