Html Css Color HEX #014189 Dark Cerulean

📋 copy color: '#014189'

red 1 ◦ green 65 ◦ blue 137

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

Shades of Dark Cerulean #014189

Tints of Dark Cerulean #014189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 0.49%
G = 32.02%
B = 67.49%

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

#014189 (or 0x014189) is known color: Dark Cerulean. HEX triplet: 01, 41 and 89. RGB value is (1,65,137). Sum of RGB (Red+Green+Blue) = 1+65+137=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #014189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014189 is #FEBE76. Grayscale: #353535. Windows color (decimal): -16694903 or 8995073. OLE color: 8995073.

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

Color convert

RGB 1 65 137 -
CMYK 0.99 0.53 0 0.46
HSL 211.76º 0.99% 0.27% -
HSV(B) 211.76º 0.99% 0.54% -
XYZ 6.42 5.59 24.41 -
YUV 54.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 1 65 137 0.99 0.53 0 0.46 211.76 0.99 0.27
Hex 1 41 89 63 35 0 2E D4 63 1B
Octal 1 101 211 143 65 0 56 324 143 33
Binary 1 1000001 10001001 1100011 110101 0 101110 11010100 1100011 11011

Color Harmonies of #014189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014189

Black with #014189

Text Example


Text Example

White with #014189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014189; }

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

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

background-color css

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

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

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

border-color css

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

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

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