Html Css Color HEX #00305B Prussian Blue

📋 copy color: '#00305B'

red 0 ◦ green 48 ◦ blue 91

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

Shades of Prussian Blue #00305B

Tints of Prussian Blue #00305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65.47%

R = 0%
G = 34.53%
B = 65.47%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00305B (or 0x00305B) is known color: Prussian Blue. HEX triplet: 00, 30 and 5B. RGB value is (0,48,91). Sum of RGB (Red+Green+Blue) = 0+48+91=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #00305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305B is #FFCFA4. Grayscale: #262626. Windows color (decimal): -16764837 or 5976064. OLE color: 5976064.

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

Color convert

RGB 0 48 91 -
CMYK 1 0.47 0 0.64
HSL 208.35º 1% 0.18% -
HSV(B) 208.35º 1% 0.36% -
XYZ 2.95 2.87 10.3 -
YUV 38.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 0 48 91 1 0.47 0 0.64 208.35 1 0.18
Hex 0 30 5B 64 2F 0 40 D0 64 12
Octal 0 60 133 144 57 0 100 320 144 22
Binary 0 110000 1011011 1100100 101111 0 1000000 11010000 1100100 10010

Color Harmonies of #00305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00305B

Black with #00305B

Text Example


Text Example

White with #00305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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