Html Css Color HEX #014589 Dark Cerulean

📋 copy color: '#014589'

red 1 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #014589

Tints of Dark Cerulean #014589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 0.48%
G = 33.33%
B = 66.18%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014589 (or 0x014589) is known color: Dark Cerulean. HEX triplet: 01, 45 and 89. RGB value is (1,69,137). Sum of RGB (Red+Green+Blue) = 1+69+137=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #014589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014589 is #FEBA76. Grayscale: #383838. Windows color (decimal): -16693879 or 8996097. OLE color: 8996097.

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

Color convert

RGB 1 69 137 -
CMYK 0.99 0.50 0 0.46
HSL 210º 0.99% 0.27% -
HSV(B) 210º 0.99% 0.54% -
XYZ 6.66 6.07 24.49 -
YUV 56.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 1 69 137 0.99 0.50 0 0.46 210 0.99 0.27
Hex 1 45 89 63 32 0 2E D2 63 1B
Octal 1 105 211 143 62 0 56 322 143 33
Binary 1 1000101 10001001 1100011 110010 0 101110 11010010 1100011 11011

Color Harmonies of #014589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014589

Black with #014589

Text Example


Text Example

White with #014589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014589; }

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

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

background-color css

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

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

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

border-color css

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

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

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