Html Css Color HEX #01385A Prussian Blue

📋 copy color: '#01385A'

red 1 ◦ green 56 ◦ blue 90

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

Shades of Prussian Blue #01385A

Tints of Prussian Blue #01385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 0.68%
G = 38.1%
B = 61.22%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01385A (or 0x01385A) is known color: Prussian Blue. HEX triplet: 01, 38 and 5A. RGB value is (1,56,90). Sum of RGB (Red+Green+Blue) = 1+56+90=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #01385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385A is #FEC7A5. Grayscale: #2B2B2B. Windows color (decimal): -16697254 or 5912577. OLE color: 5912577.

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

Color convert

RGB 1 56 90 -
CMYK 0.99 0.38 0 0.65
HSL 202.92º 0.98% 0.18% -
HSV(B) 202.92º 0.99% 0.35% -
XYZ 3.27 3.57 10.19 -
YUV 43.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 1 56 90 0.99 0.38 0 0.65 202.92 0.98 0.18
Hex 1 38 5A 63 26 0 41 CB 62 12
Octal 1 70 132 143 46 0 101 313 142 22
Binary 1 111000 1011010 1100011 100110 0 1000001 11001011 1100010 10010

Color Harmonies of #01385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01385A

Black with #01385A

Text Example


Text Example

White with #01385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01385A; }

 p { color: rgb(1,56,90); }

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

background-color css

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

 a { background-color: rgb(1,56,90); }

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

border-color css

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

 span { border-color: rgb(1,56,90); }

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