Html Css Color HEX #004369 Prussian Blue

📋 copy color: '#004369'

red 0 ◦ green 67 ◦ blue 105

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

Shades of Prussian Blue #004369

Tints of Prussian Blue #004369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 0%
G = 38.95%
B = 61.05%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004369 (or 0x004369) is known color: Prussian Blue. HEX triplet: 00, 43 and 69. RGB value is (0,67,105). Sum of RGB (Red+Green+Blue) = 0+67+105=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #004369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004369 is #FFBC96. Grayscale: #333333. Windows color (decimal): -16759959 or 6898432. OLE color: 6898432.

HSL color Cylindrical-coordinate representation of color #004369: hue angle of 201.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004369 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 67 105 -
CMYK 1 0.36 0 0.59
HSL 201.71º 1% 0.21% -
HSV(B) 201.71º 1% 0.41% -
XYZ 4.56 5.03 14.1 -
YUV 51.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 0 67 105 1 0.36 0 0.59 201.71 1 0.21
Hex 0 43 69 64 24 0 3B CA 64 15
Octal 0 103 151 144 44 0 73 312 144 25
Binary 0 1000011 1101001 1100100 100100 0 111011 11001010 1100100 10101

Color Harmonies of #004369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004369

Black with #004369

Text Example


Text Example

White with #004369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004369; }

 p { color: rgb(0,67,105); }

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

background-color css

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

 a { background-color: rgb(0,67,105); }

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

border-color css

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

 span { border-color: rgb(0,67,105); }

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