Html Css Color HEX #015C8C Dark Cerulean

📋 copy color: '#015C8C'

red 1 ◦ green 92 ◦ blue 140

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

Shades of Dark Cerulean #015C8C

Tints of Dark Cerulean #015C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 0.43%
G = 39.48%
B = 60.09%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#015C8C (or 0x015C8C) is known color: Dark Cerulean. HEX triplet: 01, 5C and 8C. RGB value is (1,92,140). Sum of RGB (Red+Green+Blue) = 1+92+140=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #015C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C8C is #FEA373. Grayscale: #454545. Windows color (decimal): -16687988 or 9198593. OLE color: 9198593.

HSL color Cylindrical-coordinate representation of color #015C8C: hue angle of 200.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C8C is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 92 140 -
CMYK 0.99 0.34 0 0.45
HSL 200.72º 0.99% 0.28% -
HSV(B) 200.72º 0.99% 0.55% -
XYZ 8.57 9.55 26.2 -
YUV 70.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 1 92 140 0.99 0.34 0 0.45 200.72 0.99 0.28
Hex 1 5C 8C 63 22 0 2D C9 63 1C
Octal 1 134 214 143 42 0 55 311 143 34
Binary 1 1011100 10001100 1100011 100010 0 101101 11001001 1100011 11100

Color Harmonies of #015C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C8C

Black with #015C8C

Text Example


Text Example

White with #015C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C8C; }

 p { color: rgb(1,92,140); }

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

background-color css

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

 a { background-color: rgb(1,92,140); }

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

border-color css

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

 span { border-color: rgb(1,92,140); }

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