Html Css Color HEX #014687 Dark Cerulean

📋 copy color: '#014687'

red 1 ◦ green 70 ◦ blue 135

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

Shades of Dark Cerulean #014687

Tints of Dark Cerulean #014687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 0.49%
G = 33.98%
B = 65.53%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014687 (or 0x014687) is known color: Dark Cerulean. HEX triplet: 01, 46 and 87. RGB value is (1,70,135). Sum of RGB (Red+Green+Blue) = 1+70+135=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #014687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014687 is #FEB978. Grayscale: #383838. Windows color (decimal): -16693625 or 8865281. OLE color: 8865281.

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

Color convert

RGB 1 70 135 -
CMYK 0.99 0.48 0 0.47
HSL 209.1º 0.99% 0.27% -
HSV(B) 209.1º 0.99% 0.53% -
XYZ 6.58 6.14 23.76 -
YUV 56.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 1 70 135 0.99 0.48 0 0.47 209.1 0.99 0.27
Hex 1 46 87 63 30 0 2F D1 63 1B
Octal 1 106 207 143 60 0 57 321 143 33
Binary 1 1000110 10000111 1100011 110000 0 101111 11010001 1100011 11011

Color Harmonies of #014687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014687

Black with #014687

Text Example


Text Example

White with #014687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014687; }

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

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

background-color css

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

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

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

border-color css

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

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

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