Html Css Color HEX #014890 Dark Cerulean

📋 copy color: '#014890'

red 1 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #014890

Tints of Dark Cerulean #014890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 0.46%
G = 33.18%
B = 66.36%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014890 (or 0x014890) is known color: Dark Cerulean. HEX triplet: 01, 48 and 90. RGB value is (1,72,144). Sum of RGB (Red+Green+Blue) = 1+72+144=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #014890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014890 is #FEB76F. Grayscale: #3A3A3A. Windows color (decimal): -16693104 or 9455617. OLE color: 9455617.

HSL color Cylindrical-coordinate representation of color #014890: hue angle of 210.21º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014890 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 72 144 -
CMYK 0.99 0.50 0 0.44
HSL 210.21º 0.99% 0.28% -
HSV(B) 210.21º 0.99% 0.56% -
XYZ 7.36 6.65 27.28 -
YUV 58.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 1 72 144 0.99 0.50 0 0.44 210.21 0.99 0.28
Hex 1 48 90 63 32 0 2C D2 63 1C
Octal 1 110 220 143 62 0 54 322 143 34
Binary 1 1001000 10010000 1100011 110010 0 101100 11010010 1100011 11100

Color Harmonies of #014890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014890

Black with #014890

Text Example


Text Example

White with #014890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014890; }

 p { color: rgb(1,72,144); }

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

background-color css

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

 a { background-color: rgb(1,72,144); }

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

border-color css

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

 span { border-color: rgb(1,72,144); }

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