Html Css Color HEX #015286 Dark Cerulean

📋 copy color: '#015286'

red 1 ◦ green 82 ◦ blue 134

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

Shades of Dark Cerulean #015286

Tints of Dark Cerulean #015286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

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

R = 0.46%
G = 37.79%
B = 61.75%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015286 (or 0x015286) is known color: Dark Cerulean. HEX triplet: 01, 52 and 86. RGB value is (1,82,134). Sum of RGB (Red+Green+Blue) = 1+82+134=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #015286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015286 is #FEAD79. Grayscale: #3F3F3F. Windows color (decimal): -16690554 or 8802817. OLE color: 8802817.

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

Color convert

RGB 1 82 134 -
CMYK 0.99 0.39 0 0.47
HSL 203.46º 0.99% 0.26% -
HSV(B) 203.46º 0.99% 0.53% -
XYZ 7.33 7.76 23.67 -
YUV 63.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 1 82 134 0.99 0.39 0 0.47 203.46 0.99 0.26
Hex 1 52 86 63 27 0 2F CB 63 1A
Octal 1 122 206 143 47 0 57 313 143 32
Binary 1 1010010 10000110 1100011 100111 0 101111 11001011 1100011 11010

Color Harmonies of #015286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015286

Black with #015286

Text Example


Text Example

White with #015286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015286; }

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

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

background-color css

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

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

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

border-color css

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

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

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