Html Css Color HEX #003F6B Prussian Blue

📋 copy color: '#003F6B'

red 0 ◦ green 63 ◦ blue 107

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

Shades of Prussian Blue #003F6B

Tints of Prussian Blue #003F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 37.06%

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

R = 0%
G = 37.06%
B = 62.94%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#003F6B (or 0x003F6B) is known color: Prussian Blue. HEX triplet: 00, 3F and 6B. RGB value is (0,63,107). Sum of RGB (Red+Green+Blue) = 0+63+107=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #003F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F6B is #FFC094. Grayscale: #303030. Windows color (decimal): -16760981 or 7028480. OLE color: 7028480.

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

Color convert

RGB 0 63 107 -
CMYK 1 0.41 0 0.58
HSL 204.67º 1% 0.21% -
HSV(B) 204.67º 1% 0.42% -
XYZ 4.43 4.62 14.57 -
YUV 49.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 0 63 107 1 0.41 0 0.58 204.67 1 0.21
Hex 0 3F 6B 64 29 0 3A CD 64 15
Octal 0 77 153 144 51 0 72 315 144 25
Binary 0 111111 1101011 1100100 101001 0 111010 11001101 1100100 10101

Color Harmonies of #003F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F6B

Black with #003F6B

Text Example


Text Example

White with #003F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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