Html Css Color HEX #015486 Dark Cerulean

📋 copy color: '#015486'

red 1 ◦ green 84 ◦ blue 134

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

Shades of Dark Cerulean #015486

Tints of Dark Cerulean #015486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 134 (52.73% from 255) = 61.19%

R = 0.46%
G = 38.36%
B = 61.19%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015486 (or 0x015486) is known color: Dark Cerulean. HEX triplet: 01, 54 and 86. RGB value is (1,84,134). Sum of RGB (Red+Green+Blue) = 1+84+134=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #015486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015486 is #FEAB79. Grayscale: #404040. Windows color (decimal): -16690042 or 8803329. OLE color: 8803329.

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

Color convert

RGB 1 84 134 -
CMYK 0.99 0.37 0 0.47
HSL 202.56º 0.99% 0.26% -
HSV(B) 202.56º 0.99% 0.53% -
XYZ 7.49 8.07 23.72 -
YUV 64.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 1 84 134 0.99 0.37 0 0.47 202.56 0.99 0.26
Hex 1 54 86 63 25 0 2F CB 63 1A
Octal 1 124 206 143 45 0 57 313 143 32
Binary 1 1010100 10000110 1100011 100101 0 101111 11001011 1100011 11010

Color Harmonies of #015486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015486

Black with #015486

Text Example


Text Example

White with #015486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015486; }

 p { color: rgb(1,84,134); }

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

background-color css

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

 a { background-color: rgb(1,84,134); }

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

border-color css

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

 span { border-color: rgb(1,84,134); }

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