Html Css Color HEX #003062 Prussian Blue

📋 copy color: '#003062'

red 0 ◦ green 48 ◦ blue 98

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

Shades of Prussian Blue #003062

Tints of Prussian Blue #003062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 0%
G = 32.88%
B = 67.12%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003062 (or 0x003062) is known color: Prussian Blue. HEX triplet: 00, 30 and 62. RGB value is (0,48,98). Sum of RGB (Red+Green+Blue) = 0+48+98=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #003062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003062 is #FFCF9D. Grayscale: #272727. Windows color (decimal): -16764830 or 6434816. OLE color: 6434816.

HSL color Cylindrical-coordinate representation of color #003062: hue angle of 210.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003062 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 48 98 -
CMYK 1 0.51 0 0.62
HSL 210.61º 1% 0.19% -
HSV(B) 210.61º 1% 0.38% -
XYZ 3.26 3 11.96 -
YUV 39.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 0 48 98 1 0.51 0 0.62 210.61 1 0.19
Hex 0 30 62 64 33 0 3E D3 64 13
Octal 0 60 142 144 63 0 76 323 144 23
Binary 0 110000 1100010 1100100 110011 0 111110 11010011 1100100 10011

Color Harmonies of #003062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003062

Black with #003062

Text Example


Text Example

White with #003062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003062; }

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

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

background-color css

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

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

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

border-color css

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

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

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