Html Css Color HEX #014582 Dark Cerulean

📋 copy color: '#014582'

red 1 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #014582

Tints of Dark Cerulean #014582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65%

R = 0.5%
G = 34.5%
B = 65%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#014582 (or 0x014582) is known color: Dark Cerulean. HEX triplet: 01, 45 and 82. RGB value is (1,69,130). Sum of RGB (Red+Green+Blue) = 1+69+130=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #014582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014582 is #FEBA7D. Grayscale: #373737. Windows color (decimal): -16693886 or 8537345. OLE color: 8537345.

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

Color convert

RGB 1 69 130 -
CMYK 0.99 0.47 0 0.49
HSL 208.37º 0.98% 0.26% -
HSV(B) 208.37º 0.99% 0.51% -
XYZ 6.17 5.87 21.93 -
YUV 55.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 1 69 130 0.99 0.47 0 0.49 208.37 0.98 0.26
Hex 1 45 82 63 2F 0 31 D0 62 1A
Octal 1 105 202 143 57 0 61 320 142 32
Binary 1 1000101 10000010 1100011 101111 0 110001 11010000 1100010 11010

Color Harmonies of #014582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014582

Black with #014582

Text Example


Text Example

White with #014582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014582; }

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

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

background-color css

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

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

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

border-color css

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

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

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