Html Css Color HEX #014990 Dark Cerulean

📋 copy color: '#014990'

red 1 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #014990

Tints of Dark Cerulean #014990

RGB

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

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

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

R = 0.46%
G = 33.49%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014990 (or 0x014990) is known color: Dark Cerulean. HEX triplet: 01, 49 and 90. RGB value is (1,73,144). Sum of RGB (Red+Green+Blue) = 1+73+144=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #014990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014990 is #FEB66F. Grayscale: #3B3B3B. Windows color (decimal): -16692848 or 9455873. OLE color: 9455873.

HSL color Cylindrical-coordinate representation of color #014990: hue angle of 209.79º 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 #014990 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 73 144 -
CMYK 0.99 0.49 0 0.44
HSL 209.79º 0.99% 0.28% -
HSV(B) 209.79º 0.99% 0.56% -
XYZ 7.43 6.79 27.3 -
YUV 59.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 1 73 144 0.99 0.49 0 0.44 209.79 0.99 0.28
Hex 1 49 90 63 31 0 2C D2 63 1C
Octal 1 111 220 143 61 0 54 322 143 34
Binary 1 1001001 10010000 1100011 110001 0 101100 11010010 1100011 11100

Color Harmonies of #014990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014990

Black with #014990

Text Example


Text Example

White with #014990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014990; }

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

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

background-color css

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

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

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

border-color css

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

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

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