Html Css Color HEX #014389 Dark Cerulean

📋 copy color: '#014389'

red 1 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #014389

Tints of Dark Cerulean #014389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 0.49%
G = 32.68%
B = 66.83%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014389 (or 0x014389) is known color: Dark Cerulean. HEX triplet: 01, 43 and 89. RGB value is (1,67,137). Sum of RGB (Red+Green+Blue) = 1+67+137=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #014389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014389 is #FEBC76. Grayscale: #363636. Windows color (decimal): -16694391 or 8995585. OLE color: 8995585.

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

Color convert

RGB 1 67 137 -
CMYK 0.99 0.51 0 0.46
HSL 210.88º 0.99% 0.27% -
HSV(B) 210.88º 0.99% 0.54% -
XYZ 6.54 5.83 24.45 -
YUV 55.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 1 67 137 0.99 0.51 0 0.46 210.88 0.99 0.27
Hex 1 43 89 63 33 0 2E D3 63 1B
Octal 1 103 211 143 63 0 56 323 143 33
Binary 1 1000011 10001001 1100011 110011 0 101110 11010011 1100011 11011

Color Harmonies of #014389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014389

Black with #014389

Text Example


Text Example

White with #014389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014389; }

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

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

background-color css

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

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

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

border-color css

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

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

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