Html Css Color HEX #004269 Prussian Blue

📋 copy color: '#004269'

red 0 ◦ green 66 ◦ blue 105

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

Shades of Prussian Blue #004269

Tints of Prussian Blue #004269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 0%
G = 38.6%
B = 61.4%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004269 (or 0x004269) is known color: Prussian Blue. HEX triplet: 00, 42 and 69. RGB value is (0,66,105). Sum of RGB (Red+Green+Blue) = 0+66+105=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #004269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004269 is #FFBD96. Grayscale: #323232. Windows color (decimal): -16760215 or 6898176. OLE color: 6898176.

HSL color Cylindrical-coordinate representation of color #004269: hue angle of 202.29º 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 #004269 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 66 105 -
CMYK 1 0.37 0 0.59
HSL 202.29º 1% 0.21% -
HSV(B) 202.29º 1% 0.41% -
XYZ 4.5 4.92 14.08 -
YUV 50.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 0 66 105 1 0.37 0 0.59 202.29 1 0.21
Hex 0 42 69 64 25 0 3B CA 64 15
Octal 0 102 151 144 45 0 73 312 144 25
Binary 0 1000010 1101001 1100100 100101 0 111011 11001010 1100100 10101

Color Harmonies of #004269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004269

Black with #004269

Text Example


Text Example

White with #004269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004269; }

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

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

background-color css

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

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

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

border-color css

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

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

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