Html Css Color HEX #015285 Dark Cerulean

📋 copy color: '#015285'

red 1 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #015285

Tints of Dark Cerulean #015285

RGB

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

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

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

R = 0.46%
G = 37.96%
B = 61.57%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#015285 (or 0x015285) is known color: Dark Cerulean. HEX triplet: 01, 52 and 85. RGB value is (1,82,133). Sum of RGB (Red+Green+Blue) = 1+82+133=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #015285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015285 is #FEAD7A. Grayscale: #3F3F3F. Windows color (decimal): -16690555 or 8737281. OLE color: 8737281.

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

Color convert

RGB 1 82 133 -
CMYK 0.99 0.38 0 0.48
HSL 203.18º 0.99% 0.26% -
HSV(B) 203.18º 0.99% 0.52% -
XYZ 7.26 7.73 23.3 -
YUV 63.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 1 82 133 0.99 0.38 0 0.48 203.18 0.99 0.26
Hex 1 52 85 63 26 0 30 CB 63 1A
Octal 1 122 205 143 46 0 60 313 143 32
Binary 1 1010010 10000101 1100011 100110 0 110000 11001011 1100011 11010

Color Harmonies of #015285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015285

Black with #015285

Text Example


Text Example

White with #015285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015285; }

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

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

background-color css

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

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

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

border-color css

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

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

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