Html Css Color HEX #014789 Dark Cerulean

📋 copy color: '#014789'

red 1 ◦ green 71 ◦ blue 137

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

Shades of Dark Cerulean #014789

Tints of Dark Cerulean #014789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.97%

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 0.48%
G = 33.97%
B = 65.55%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014789 (or 0x014789) is known color: Dark Cerulean. HEX triplet: 01, 47 and 89. RGB value is (1,71,137). Sum of RGB (Red+Green+Blue) = 1+71+137=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #014789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014789 is #FEB876. Grayscale: #393939. Windows color (decimal): -16693367 or 8996609. OLE color: 8996609.

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

Color convert

RGB 1 71 137 -
CMYK 0.99 0.48 0 0.46
HSL 209.12º 0.99% 0.27% -
HSV(B) 209.12º 0.99% 0.54% -
XYZ 6.78 6.32 24.53 -
YUV 57.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 1 71 137 0.99 0.48 0 0.46 209.12 0.99 0.27
Hex 1 47 89 63 30 0 2E D1 63 1B
Octal 1 107 211 143 60 0 56 321 143 33
Binary 1 1000111 10001001 1100011 110000 0 101110 11010001 1100011 11011

Color Harmonies of #014789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014789

Black with #014789

Text Example


Text Example

White with #014789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014789; }

 p { color: rgb(1,71,137); }

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

background-color css

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

 a { background-color: rgb(1,71,137); }

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

border-color css

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

 span { border-color: rgb(1,71,137); }

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