Html Css Color HEX #004261 Prussian Blue

📋 copy color: '#004261'

red 0 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #004261

Tints of Prussian Blue #004261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.51%

R = 0%
G = 40.49%
B = 59.51%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004261 (or 0x004261) is known color: Prussian Blue. HEX triplet: 00, 42 and 61. RGB value is (0,66,97). Sum of RGB (Red+Green+Blue) = 0+66+97=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #004261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004261 is #FFBD9E. Grayscale: #313131. Windows color (decimal): -16760223 or 6373888. OLE color: 6373888.

HSL color Cylindrical-coordinate representation of color #004261: hue angle of 199.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004261 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 66 97 -
CMYK 1 0.32 0 0.62
HSL 199.18º 1% 0.19% -
HSV(B) 199.18º 1% 0.38% -
XYZ 4.11 4.76 12.01 -
YUV 49.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 0 66 97 1 0.32 0 0.62 199.18 1 0.19
Hex 0 42 61 64 20 0 3E C7 64 13
Octal 0 102 141 144 40 0 76 307 144 23
Binary 0 1000010 1100001 1100100 100000 0 111110 11000111 1100100 10011

Color Harmonies of #004261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004261

Black with #004261

Text Example


Text Example

White with #004261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004261; }

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

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

background-color css

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

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

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

border-color css

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

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

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