Html Css Color HEX #00365A Prussian Blue

📋 copy color: '#00365A'

red 0 ◦ green 54 ◦ blue 90

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

Shades of Prussian Blue #00365A

Tints of Prussian Blue #00365A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00365A (or 0x00365A) is known color: Prussian Blue. HEX triplet: 00, 36 and 5A. RGB value is (0,54,90). Sum of RGB (Red+Green+Blue) = 0+54+90=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #00365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00365A is #FFC9A5. Grayscale: #292929. Windows color (decimal): -16763302 or 5912064. OLE color: 5912064.

HSL color Cylindrical-coordinate representation of color #00365A: hue angle of 204º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00365A is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 54 90 -
CMYK 1 0.40 0 0.65
HSL 204º 1% 0.18% -
HSV(B) 204º 1% 0.35% -
XYZ 3.16 3.38 10.16 -
YUV 41.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 0 54 90 1 0.40 0 0.65 204 1 0.18
Hex 0 36 5A 64 28 0 41 CC 64 12
Octal 0 66 132 144 50 0 101 314 144 22
Binary 0 110110 1011010 1100100 101000 0 1000001 11001100 1100100 10010

Color Harmonies of #00365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00365A

Black with #00365A

Text Example


Text Example

White with #00365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00365A; }

 p { color: rgb(0,54,90); }

 H1.HeaderClassName
 {
   color: #00365A;
 }
 .AnyTagClassName
 {
   color: #00365A;
 }
</style>

background-color css

<style>
 a { background-color: #00365A; }

 a { background-color: rgb(0,54,90); }

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

border-color css

<style>
 span { border-color: #00365A; }

 span { border-color: rgb(0,54,90); }

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