Html Css Color HEX #00435F Prussian Blue

📋 copy color: '#00435F'

red 0 ◦ green 67 ◦ blue 95

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

Shades of Prussian Blue #00435F

Tints of Prussian Blue #00435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 0%
G = 41.36%
B = 58.64%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00435F (or 0x00435F) is known color: Prussian Blue. HEX triplet: 00, 43 and 5F. RGB value is (0,67,95). Sum of RGB (Red+Green+Blue) = 0+67+95=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #00435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00435F is #FFBCA0. Grayscale: #313131. Windows color (decimal): -16759969 or 6243072. OLE color: 6243072.

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

Color convert

RGB 0 67 95 -
CMYK 1 0.29 0 0.63
HSL 197.68º 1% 0.19% -
HSV(B) 197.68º 1% 0.37% -
XYZ 4.07 4.84 11.55 -
YUV 50.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 0 67 95 1 0.29 0 0.63 197.68 1 0.19
Hex 0 43 5F 64 1D 0 3F C6 64 13
Octal 0 103 137 144 35 0 77 306 144 23
Binary 0 1000011 1011111 1100100 11101 0 111111 11000110 1100100 10011

Color Harmonies of #00435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00435F

Black with #00435F

Text Example


Text Example

White with #00435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00435F; }

 p { color: rgb(0,67,95); }

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

background-color css

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

 a { background-color: rgb(0,67,95); }

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

border-color css

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

 span { border-color: rgb(0,67,95); }

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