Html Css Color HEX #004265 Prussian Blue

📋 copy color: '#004265'

red 0 ◦ green 66 ◦ blue 101

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

Shades of Prussian Blue #004265

Tints of Prussian Blue #004265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 60.48%

R = 0%
G = 39.52%
B = 60.48%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#004265 (or 0x004265) is known color: Prussian Blue. HEX triplet: 00, 42 and 65. RGB value is (0,66,101). Sum of RGB (Red+Green+Blue) = 0+66+101=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #004265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004265 is #FFBD9A. Grayscale: #323232. Windows color (decimal): -16760219 or 6636032. OLE color: 6636032.

HSL color Cylindrical-coordinate representation of color #004265: hue angle of 200.79º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004265 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 66 101 -
CMYK 1 0.35 0 0.60
HSL 200.79º 1% 0.2% -
HSV(B) 200.79º 1% 0.4% -
XYZ 4.3 4.84 13.02 -
YUV 50.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 0 66 101 1 0.35 0 0.60 200.79 1 0.2
Hex 0 42 65 64 23 0 3C C9 64 14
Octal 0 102 145 144 43 0 74 311 144 24
Binary 0 1000010 1100101 1100100 100011 0 111100 11001001 1100100 10100

Color Harmonies of #004265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004265

Black with #004265

Text Example


Text Example

White with #004265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004265; }

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

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

background-color css

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

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

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

border-color css

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

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

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