Html Css Color HEX #003F65 Prussian Blue

📋 copy color: '#003F65'

red 0 ◦ green 63 ◦ blue 101

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

Shades of Prussian Blue #003F65

Tints of Prussian Blue #003F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.59%

R = 0%
G = 38.41%
B = 61.59%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#003F65 (or 0x003F65) is known color: Prussian Blue. HEX triplet: 00, 3F and 65. RGB value is (0,63,101). Sum of RGB (Red+Green+Blue) = 0+63+101=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #003F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F65 is #FFC09A. Grayscale: #303030. Windows color (decimal): -16760987 or 6635264. OLE color: 6635264.

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

Color convert

RGB 0 63 101 -
CMYK 1 0.38 0 0.60
HSL 202.57º 1% 0.2% -
HSV(B) 202.57º 1% 0.4% -
XYZ 4.13 4.49 12.96 -
YUV 48.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 0 63 101 1 0.38 0 0.60 202.57 1 0.2
Hex 0 3F 65 64 26 0 3C CB 64 14
Octal 0 77 145 144 46 0 74 313 144 24
Binary 0 111111 1100101 1100100 100110 0 111100 11001011 1100100 10100

Color Harmonies of #003F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F65

Black with #003F65

Text Example


Text Example

White with #003F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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