Html Css Color HEX #003C6B Prussian Blue

📋 copy color: '#003C6B'

red 0 ◦ green 60 ◦ blue 107

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

Shades of Prussian Blue #003C6B

Tints of Prussian Blue #003C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.93%

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 0%
G = 35.93%
B = 64.07%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#003C6B (or 0x003C6B) is known color: Prussian Blue. HEX triplet: 00, 3C and 6B. RGB value is (0,60,107). Sum of RGB (Red+Green+Blue) = 0+60+107=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #003C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C6B is #FFC394. Grayscale: #2F2F2F. Windows color (decimal): -16761749 or 7027712. OLE color: 7027712.

HSL color Cylindrical-coordinate representation of color #003C6B: hue angle of 206.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C6B is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 60 107 -
CMYK 1 0.44 0 0.58
HSL 206.36º 1% 0.21% -
HSV(B) 206.36º 1% 0.42% -
XYZ 4.27 4.29 14.51 -
YUV 47.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 0 60 107 1 0.44 0 0.58 206.36 1 0.21
Hex 0 3C 6B 64 2C 0 3A CE 64 15
Octal 0 74 153 144 54 0 72 316 144 25
Binary 0 111100 1101011 1100100 101100 0 111010 11001110 1100100 10101

Color Harmonies of #003C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C6B

Black with #003C6B

Text Example


Text Example

White with #003C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,60,107); }

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

background-color css

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

 a { background-color: rgb(0,60,107); }

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

border-color css

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

 span { border-color: rgb(0,60,107); }

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