Html Css Color HEX #00305E Prussian Blue

📋 copy color: '#00305E'

red 0 ◦ green 48 ◦ blue 94

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

Shades of Prussian Blue #00305E

Tints of Prussian Blue #00305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 94 (37.11% from 255) = 66.2%

R = 0%
G = 33.8%
B = 66.2%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00305E (or 0x00305E) is known color: Prussian Blue. HEX triplet: 00, 30 and 5E. RGB value is (0,48,94). Sum of RGB (Red+Green+Blue) = 0+48+94=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #00305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305E is #FFCFA1. Grayscale: #262626. Windows color (decimal): -16764834 or 6172672. OLE color: 6172672.

HSL color Cylindrical-coordinate representation of color #00305E: hue angle of 209.36º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00305E is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 48 94 -
CMYK 1 0.49 0 0.63
HSL 209.36º 1% 0.18% -
HSV(B) 209.36º 1% 0.37% -
XYZ 3.08 2.92 10.99 -
YUV 38.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 0 48 94 1 0.49 0 0.63 209.36 1 0.18
Hex 0 30 5E 64 31 0 3F D1 64 12
Octal 0 60 136 144 61 0 77 321 144 22
Binary 0 110000 1011110 1100100 110001 0 111111 11010001 1100100 10010

Color Harmonies of #00305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00305E

Black with #00305E

Text Example


Text Example

White with #00305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00305E; }

 p { color: rgb(0,48,94); }

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

background-color css

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

 a { background-color: rgb(0,48,94); }

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

border-color css

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

 span { border-color: rgb(0,48,94); }

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