Html Css Color HEX #014987 Dark Cerulean

📋 copy color: '#014987'

red 1 ◦ green 73 ◦ blue 135

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

Shades of Dark Cerulean #014987

Tints of Dark Cerulean #014987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 64.59%

R = 0.48%
G = 34.93%
B = 64.59%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014987 (or 0x014987) is known color: Dark Cerulean. HEX triplet: 01, 49 and 87. RGB value is (1,73,135). Sum of RGB (Red+Green+Blue) = 1+73+135=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #014987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014987 is #FEB678. Grayscale: #3A3A3A. Windows color (decimal): -16692857 or 8866049. OLE color: 8866049.

HSL color Cylindrical-coordinate representation of color #014987: hue angle of 207.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014987 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 73 135 -
CMYK 0.99 0.46 0 0.47
HSL 207.76º 0.99% 0.27% -
HSV(B) 207.76º 0.99% 0.53% -
XYZ 6.77 6.52 23.82 -
YUV 58.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 1 73 135 0.99 0.46 0 0.47 207.76 0.99 0.27
Hex 1 49 87 63 2E 0 2F D0 63 1B
Octal 1 111 207 143 56 0 57 320 143 33
Binary 1 1001001 10000111 1100011 101110 0 101111 11010000 1100011 11011

Color Harmonies of #014987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014987

Black with #014987

Text Example


Text Example

White with #014987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014987; }

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

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

background-color css

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

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

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

border-color css

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

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

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