Html Css Color HEX #013F6F Prussian Blue

📋 copy color: '#013F6F'

red 1 ◦ green 63 ◦ blue 111

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

Shades of Prussian Blue #013F6F

Tints of Prussian Blue #013F6F

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

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

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 0.57%
G = 36%
B = 63.43%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013F6F (or 0x013F6F) is known color: Prussian Blue. HEX triplet: 01, 3F and 6F. RGB value is (1,63,111). Sum of RGB (Red+Green+Blue) = 1+63+111=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #013F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F6F is #FEC090. Grayscale: #313131. Windows color (decimal): -16695441 or 7290625. OLE color: 7290625.

HSL color Cylindrical-coordinate representation of color #013F6F: hue angle of 206.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F6F is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 63 111 -
CMYK 0.99 0.43 0 0.56
HSL 206.18º 0.98% 0.22% -
HSV(B) 206.18º 0.99% 0.44% -
XYZ 4.66 4.71 15.7 -
YUV 49.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 1 63 111 0.99 0.43 0 0.56 206.18 0.98 0.22
Hex 1 3F 6F 63 2B 0 38 CE 62 16
Octal 1 77 157 143 53 0 70 316 142 26
Binary 1 111111 1101111 1100011 101011 0 111000 11001110 1100010 10110

Color Harmonies of #013F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F6F

Black with #013F6F

Text Example


Text Example

White with #013F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F6F; }

 p { color: rgb(1,63,111); }

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

background-color css

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

 a { background-color: rgb(1,63,111); }

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

border-color css

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

 span { border-color: rgb(1,63,111); }

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