Html Css Color HEX #003066 Prussian Blue

📋 copy color: '#003066'

red 0 ◦ green 48 ◦ blue 102

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

Shades of Prussian Blue #003066

Tints of Prussian Blue #003066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68%

R = 0%
G = 32%
B = 68%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#003066 (or 0x003066) is known color: Prussian Blue. HEX triplet: 00, 30 and 66. RGB value is (0,48,102). Sum of RGB (Red+Green+Blue) = 0+48+102=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #003066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003066 is #FFCF99. Grayscale: #272727. Windows color (decimal): -16764826 or 6696960. OLE color: 6696960.

HSL color Cylindrical-coordinate representation of color #003066: hue angle of 211.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003066 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 48 102 -
CMYK 1 0.53 0 0.6
HSL 211.76º 1% 0.2% -
HSV(B) 211.76º 1% 0.4% -
XYZ 3.46 3.07 12.98 -
YUV 39.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 0 48 102 1 0.53 0 0.6 211.76 1 0.2
Hex 0 30 66 64 35 0 3C D4 64 14
Octal 0 60 146 144 65 0 74 324 144 24
Binary 0 110000 1100110 1100100 110101 0 111100 11010100 1100100 10100

Color Harmonies of #003066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003066

Black with #003066

Text Example


Text Example

White with #003066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003066; }

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

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

background-color css

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

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

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

border-color css

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

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

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