Html Css Color HEX #014089 Dark Cerulean

📋 copy color: '#014089'

red 1 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #014089

Tints of Dark Cerulean #014089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 0.5%
G = 31.68%
B = 67.82%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014089 (or 0x014089) is known color: Dark Cerulean. HEX triplet: 01, 40 and 89. RGB value is (1,64,137). Sum of RGB (Red+Green+Blue) = 1+64+137=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #014089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014089 is #FEBF76. Grayscale: #353535. Windows color (decimal): -16695159 or 8994817. OLE color: 8994817.

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

Color convert

RGB 1 64 137 -
CMYK 0.99 0.53 0 0.46
HSL 212.21º 0.99% 0.27% -
HSV(B) 212.21º 0.99% 0.54% -
XYZ 6.36 5.48 24.39 -
YUV 53.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 1 64 137 0.99 0.53 0 0.46 212.21 0.99 0.27
Hex 1 40 89 63 35 0 2E D4 63 1B
Octal 1 100 211 143 65 0 56 324 143 33
Binary 1 1000000 10001001 1100011 110101 0 101110 11010100 1100011 11011

Color Harmonies of #014089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014089

Black with #014089

Text Example


Text Example

White with #014089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014089; }

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

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

background-color css

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

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

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

border-color css

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

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

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