Html Css Color HEX #004260 Prussian Blue

📋 copy color: '#004260'

red 0 ◦ green 66 ◦ blue 96

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

Shades of Prussian Blue #004260

Tints of Prussian Blue #004260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 0%
G = 40.74%
B = 59.26%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004260 (or 0x004260) is known color: Prussian Blue. HEX triplet: 00, 42 and 60. RGB value is (0,66,96). Sum of RGB (Red+Green+Blue) = 0+66+96=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #004260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004260 is #FFBD9F. Grayscale: #313131. Windows color (decimal): -16760224 or 6308352. OLE color: 6308352.

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

Color convert

RGB 0 66 96 -
CMYK 1 0.31 0 0.62
HSL 198.75º 1% 0.19% -
HSV(B) 198.75º 1% 0.38% -
XYZ 4.06 4.74 11.77 -
YUV 49.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 0 66 96 1 0.31 0 0.62 198.75 1 0.19
Hex 0 42 60 64 1F 0 3E C7 64 13
Octal 0 102 140 144 37 0 76 307 144 23
Binary 0 1000010 1100000 1100100 11111 0 111110 11000111 1100100 10011

Color Harmonies of #004260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004260

Black with #004260

Text Example


Text Example

White with #004260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004260; }

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

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

background-color css

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

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

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

border-color css

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

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

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