Html Css Color HEX #01334F Prussian Blue

📋 copy color: '#01334F'

red 1 ◦ green 51 ◦ blue 79

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

Shades of Prussian Blue #01334F

Tints of Prussian Blue #01334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 79 (31.25% from 255) = 60.31%

R = 0.76%
G = 38.93%
B = 60.31%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01334F (or 0x01334F) is known color: Prussian Blue. HEX triplet: 01, 33 and 4F. RGB value is (1,51,79). Sum of RGB (Red+Green+Blue) = 1+51+79=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #01334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01334F is #FECCB0. Grayscale: #272727. Windows color (decimal): -16698545 or 5190401. OLE color: 5190401.

HSL color Cylindrical-coordinate representation of color #01334F: hue angle of 201.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01334F is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 51 79 -
CMYK 0.99 0.35 0 0.69
HSL 201.54º 0.98% 0.16% -
HSV(B) 201.54º 0.99% 0.31% -
XYZ 2.61 2.94 7.83 -
YUV 39.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 1 51 79 0.99 0.35 0 0.69 201.54 0.98 0.16
Hex 1 33 4F 63 23 0 45 CA 62 10
Octal 1 63 117 143 43 0 105 312 142 20
Binary 1 110011 1001111 1100011 100011 0 1000101 11001010 1100010 10000

Color Harmonies of #01334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01334F

Black with #01334F

Text Example


Text Example

White with #01334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01334F; }

 p { color: rgb(1,51,79); }

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

background-color css

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

 a { background-color: rgb(1,51,79); }

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

border-color css

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

 span { border-color: rgb(1,51,79); }

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