Html Css Color HEX #01375C Prussian Blue

📋 copy color: '#01375C'

red 1 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #01375C

Tints of Prussian Blue #01375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.16%

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

R = 0.68%
G = 37.16%
B = 62.16%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01375C (or 0x01375C) is known color: Prussian Blue. HEX triplet: 01, 37 and 5C. RGB value is (1,55,92). Sum of RGB (Red+Green+Blue) = 1+55+92=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #01375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375C is #FEC8A3. Grayscale: #2A2A2A. Windows color (decimal): -16697508 or 6043393. OLE color: 6043393.

HSL color Cylindrical-coordinate representation of color #01375C: hue angle of 204.4º 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 #01375C is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 55 92 -
CMYK 0.99 0.40 0 0.64
HSL 204.4º 0.98% 0.18% -
HSV(B) 204.4º 0.99% 0.36% -
XYZ 3.31 3.51 10.63 -
YUV 43.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 1 55 92 0.99 0.40 0 0.64 204.4 0.98 0.18
Hex 1 37 5C 63 28 0 40 CC 62 12
Octal 1 67 134 143 50 0 100 314 142 22
Binary 1 110111 1011100 1100011 101000 0 1000000 11001100 1100010 10010

Color Harmonies of #01375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01375C

Black with #01375C

Text Example


Text Example

White with #01375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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