Html Css Color HEX #00254C Prussian Blue

📋 copy color: '#00254C'

red 0 ◦ green 37 ◦ blue 76

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

Shades of Prussian Blue #00254C

Tints of Prussian Blue #00254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 0%
G = 32.74%
B = 67.26%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00254C (or 0x00254C) is known color: Prussian Blue. HEX triplet: 00, 25 and 4C. RGB value is (0,37,76). Sum of RGB (Red+Green+Blue) = 0+37+76=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #00254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00254C is #FFDAB3. Grayscale: #1E1E1E. Windows color (decimal): -16767668 or 4990208. OLE color: 4990208.

HSL color Cylindrical-coordinate representation of color #00254C: hue angle of 210.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00254C is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 37 76 -
CMYK 1 0.51 0 0.70
HSL 210.79º 1% 0.15% -
HSV(B) 210.79º 1% 0.3% -
XYZ 1.97 1.84 7.09 -
YUV 30.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 0 37 76 1 0.51 0 0.70 210.79 1 0.15
Hex 0 25 4C 64 33 0 46 D3 64 F
Octal 0 45 114 144 63 0 106 323 144 17
Binary 0 100101 1001100 1100100 110011 0 1000110 11010011 1100100 1111

Color Harmonies of #00254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00254C

Black with #00254C

Text Example


Text Example

White with #00254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00254C; }

 p { color: rgb(0,37,76); }

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

background-color css

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

 a { background-color: rgb(0,37,76); }

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

border-color css

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

 span { border-color: rgb(0,37,76); }

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