Html Css Color HEX #01385C Prussian Blue

📋 copy color: '#01385C'

red 1 ◦ green 56 ◦ blue 92

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

Shades of Prussian Blue #01385C

Tints of Prussian Blue #01385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 61.74%

R = 0.67%
G = 37.58%
B = 61.74%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01385C (or 0x01385C) is known color: Prussian Blue. HEX triplet: 01, 38 and 5C. RGB value is (1,56,92). Sum of RGB (Red+Green+Blue) = 1+56+92=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #01385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385C is #FEC7A3. Grayscale: #2B2B2B. Windows color (decimal): -16697252 or 6043649. OLE color: 6043649.

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

Color convert

RGB 1 56 92 -
CMYK 0.99 0.39 0 0.64
HSL 203.74º 0.98% 0.18% -
HSV(B) 203.74º 0.99% 0.36% -
XYZ 3.36 3.61 10.64 -
YUV 43.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 1 56 92 0.99 0.39 0 0.64 203.74 0.98 0.18
Hex 1 38 5C 63 27 0 40 CC 62 12
Octal 1 70 134 143 47 0 100 314 142 22
Binary 1 111000 1011100 1100011 100111 0 1000000 11001100 1100010 10010

Color Harmonies of #01385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01385C

Black with #01385C

Text Example


Text Example

White with #01385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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