Html Css Color HEX #014968 Prussian Blue

📋 copy color: '#014968'

red 1 ◦ green 73 ◦ blue 104

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

Shades of Prussian Blue #014968

Tints of Prussian Blue #014968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 104 (41.02% from 255) = 58.43%

R = 0.56%
G = 41.01%
B = 58.43%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014968 (or 0x014968) is known color: Prussian Blue. HEX triplet: 01, 49 and 68. RGB value is (1,73,104). Sum of RGB (Red+Green+Blue) = 1+73+104=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #014968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014968 is #FEB697. Grayscale: #363636. Windows color (decimal): -16692888 or 6834433. OLE color: 6834433.

HSL color Cylindrical-coordinate representation of color #014968: hue angle of 198.06º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014968 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 73 104 -
CMYK 0.99 0.30 0 0.59
HSL 198.06º 0.98% 0.21% -
HSV(B) 198.06º 0.99% 0.41% -
XYZ 4.89 5.77 13.95 -
YUV 55.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 1 73 104 0.99 0.30 0 0.59 198.06 0.98 0.21
Hex 1 49 68 63 1E 0 3B C6 62 15
Octal 1 111 150 143 36 0 73 306 142 25
Binary 1 1001001 1101000 1100011 11110 0 111011 11000110 1100010 10101

Color Harmonies of #014968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014968

Black with #014968

Text Example


Text Example

White with #014968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014968; }

 p { color: rgb(1,73,104); }

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

background-color css

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

 a { background-color: rgb(1,73,104); }

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

border-color css

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

 span { border-color: rgb(1,73,104); }

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