Html Css Color HEX #013658 Prussian Blue

📋 copy color: '#013658'

red 1 ◦ green 54 ◦ blue 88

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

Shades of Prussian Blue #013658

Tints of Prussian Blue #013658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

 BLUE value IS 88 (34.77% from 255) = 61.54%

R = 0.7%
G = 37.76%
B = 61.54%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013658 (or 0x013658) is known color: Prussian Blue. HEX triplet: 01, 36 and 58. RGB value is (1,54,88). Sum of RGB (Red+Green+Blue) = 1+54+88=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #013658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013658 is #FEC9A7. Grayscale: #292929. Windows color (decimal): -16697768 or 5780993. OLE color: 5780993.

HSL color Cylindrical-coordinate representation of color #013658: hue angle of 203.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013658 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 54 88 -
CMYK 0.99 0.39 0 0.65
HSL 203.45º 0.98% 0.17% -
HSV(B) 203.45º 0.99% 0.35% -
XYZ 3.09 3.35 9.72 -
YUV 42.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 1 54 88 0.99 0.39 0 0.65 203.45 0.98 0.17
Hex 1 36 58 63 27 0 41 CB 62 11
Octal 1 66 130 143 47 0 101 313 142 21
Binary 1 110110 1011000 1100011 100111 0 1000001 11001011 1100010 10001

Color Harmonies of #013658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013658

Black with #013658

Text Example


Text Example

White with #013658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013658; }

 p { color: rgb(1,54,88); }

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

background-color css

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

 a { background-color: rgb(1,54,88); }

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

border-color css

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

 span { border-color: rgb(1,54,88); }

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