Html Css Color HEX #01334E Prussian Blue

📋 copy color: '#01334E'

red 1 ◦ green 51 ◦ blue 78

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

Shades of Prussian Blue #01334E

Tints of Prussian Blue #01334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60%

R = 0.77%
G = 39.23%
B = 60%

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

#01334E (or 0x01334E) is known color: Prussian Blue. HEX triplet: 01, 33 and 4E. RGB value is (1,51,78). Sum of RGB (Red+Green+Blue) = 1+51+78=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #01334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01334E is #FECCB1. Grayscale: #262626. Windows color (decimal): -16698546 or 5124865. OLE color: 5124865.

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

Color convert

RGB 1 51 78 -
CMYK 0.99 0.35 0 0.69
HSL 201.04º 0.97% 0.15% -
HSV(B) 201.04º 0.99% 0.31% -
XYZ 2.57 2.92 7.64 -
YUV 39.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 1 51 78 0.99 0.35 0 0.69 201.04 0.97 0.15
Hex 1 33 4E 63 23 0 45 C9 61 F
Octal 1 63 116 143 43 0 105 311 141 17
Binary 1 110011 1001110 1100011 100011 0 1000101 11001001 1100001 1111

Color Harmonies of #01334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01334E

Black with #01334E

Text Example


Text Example

White with #01334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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