Html Css Color HEX #015185 Dark Cerulean

📋 copy color: '#015185'

red 1 ◦ green 81 ◦ blue 133

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

Shades of Dark Cerulean #015185

Tints of Dark Cerulean #015185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 0.47%
G = 37.67%
B = 61.86%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#015185 (or 0x015185) is known color: Dark Cerulean. HEX triplet: 01, 51 and 85. RGB value is (1,81,133). Sum of RGB (Red+Green+Blue) = 1+81+133=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #015185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015185 is #FEAE7A. Grayscale: #3E3E3E. Windows color (decimal): -16690811 or 8737025. OLE color: 8737025.

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

Color convert

RGB 1 81 133 -
CMYK 0.99 0.39 0 0.48
HSL 203.64º 0.99% 0.26% -
HSV(B) 203.64º 0.99% 0.52% -
XYZ 7.19 7.58 23.28 -
YUV 63.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 1 81 133 0.99 0.39 0 0.48 203.64 0.99 0.26
Hex 1 51 85 63 27 0 30 CC 63 1A
Octal 1 121 205 143 47 0 60 314 143 32
Binary 1 1010001 10000101 1100011 100111 0 110000 11001100 1100011 11010

Color Harmonies of #015185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015185

Black with #015185

Text Example


Text Example

White with #015185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015185; }

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

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

background-color css

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

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

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

border-color css

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

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

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