Html Css Color HEX #014585 Dark Cerulean

📋 copy color: '#014585'

red 1 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #014585

Tints of Dark Cerulean #014585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 0.49%
G = 33.99%
B = 65.52%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014585 (or 0x014585) is known color: Dark Cerulean. HEX triplet: 01, 45 and 85. RGB value is (1,69,133). Sum of RGB (Red+Green+Blue) = 1+69+133=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #014585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014585 is #FEBA7A. Grayscale: #373737. Windows color (decimal): -16693883 or 8733953. OLE color: 8733953.

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

Color convert

RGB 1 69 133 -
CMYK 0.99 0.48 0 0.48
HSL 209.09º 0.99% 0.26% -
HSV(B) 209.09º 0.99% 0.52% -
XYZ 6.37 5.96 23 -
YUV 55.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 1 69 133 0.99 0.48 0 0.48 209.09 0.99 0.26
Hex 1 45 85 63 30 0 30 D1 63 1A
Octal 1 105 205 143 60 0 60 321 143 32
Binary 1 1000101 10000101 1100011 110000 0 110000 11010001 1100011 11010

Color Harmonies of #014585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014585

Black with #014585

Text Example


Text Example

White with #014585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014585; }

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

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

background-color css

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

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

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

border-color css

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

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

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