Html Css Color HEX #014994 Dark Cerulean

📋 copy color: '#014994'

red 1 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #014994

Tints of Dark Cerulean #014994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 0.45%
G = 32.88%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014994 (or 0x014994) is known color: Dark Cerulean. HEX triplet: 01, 49 and 94. RGB value is (1,73,148). Sum of RGB (Red+Green+Blue) = 1+73+148=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #014994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014994 is #FEB66B. Grayscale: #3B3B3B. Windows color (decimal): -16692844 or 9718017. OLE color: 9718017.

HSL color Cylindrical-coordinate representation of color #014994: hue angle of 210.61º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014994 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 73 148 -
CMYK 0.99 0.51 0 0.42
HSL 210.61º 0.99% 0.29% -
HSV(B) 210.61º 0.99% 0.58% -
XYZ 7.74 6.91 28.94 -
YUV 60.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 1 73 148 0.99 0.51 0 0.42 210.61 0.99 0.29
Hex 1 49 94 63 33 0 2A D3 63 1D
Octal 1 111 224 143 63 0 52 323 143 35
Binary 1 1001001 10010100 1100011 110011 0 101010 11010011 1100011 11101

Color Harmonies of #014994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014994

Black with #014994

Text Example


Text Example

White with #014994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014994; }

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

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

background-color css

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

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

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

border-color css

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

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

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