Html Css Color HEX #003B66 Prussian Blue

📋 copy color: '#003B66'

red 0 ◦ green 59 ◦ blue 102

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

Shades of Prussian Blue #003B66

Tints of Prussian Blue #003B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

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

R = 0%
G = 36.65%
B = 63.35%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#003B66 (or 0x003B66) is known color: Prussian Blue. HEX triplet: 00, 3B and 66. RGB value is (0,59,102). Sum of RGB (Red+Green+Blue) = 0+59+102=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #003B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B66 is #FFC499. Grayscale: #2E2E2E. Windows color (decimal): -16762010 or 6699776. OLE color: 6699776.

HSL color Cylindrical-coordinate representation of color #003B66: hue angle of 205.29º 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 #003B66 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 59 102 -
CMYK 1 0.42 0 0.6
HSL 205.29º 1% 0.2% -
HSV(B) 205.29º 1% 0.4% -
XYZ 3.96 4.09 13.15 -
YUV 46.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 0 59 102 1 0.42 0 0.6 205.29 1 0.2
Hex 0 3B 66 64 2A 0 3C CD 64 14
Octal 0 73 146 144 52 0 74 315 144 24
Binary 0 111011 1100110 1100100 101010 0 111100 11001101 1100100 10100

Color Harmonies of #003B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B66

Black with #003B66

Text Example


Text Example

White with #003B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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