Html Css Color HEX #00285B Prussian Blue

📋 copy color: '#00285B'

red 0 ◦ green 40 ◦ blue 91

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

Shades of Prussian Blue #00285B

Tints of Prussian Blue #00285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 0%
G = 30.53%
B = 69.47%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00285B (or 0x00285B) is known color: Prussian Blue. HEX triplet: 00, 28 and 5B. RGB value is (0,40,91). Sum of RGB (Red+Green+Blue) = 0+40+91=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #00285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00285B is #FFD7A4. Grayscale: #212121. Windows color (decimal): -16766885 or 5974016. OLE color: 5974016.

HSL color Cylindrical-coordinate representation of color #00285B: hue angle of 213.63º 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 #00285B is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 40 91 -
CMYK 1 0.56 0 0.64
HSL 213.63º 1% 0.18% -
HSV(B) 213.63º 1% 0.36% -
XYZ 2.65 2.27 10.2 -
YUV 33.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 0 40 91 1 0.56 0 0.64 213.63 1 0.18
Hex 0 28 5B 64 38 0 40 D6 64 12
Octal 0 50 133 144 70 0 100 326 144 22
Binary 0 101000 1011011 1100100 111000 0 1000000 11010110 1100100 10010

Color Harmonies of #00285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00285B

Black with #00285B

Text Example


Text Example

White with #00285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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