Html Css Color HEX #015C93 Dark Cerulean

📋 copy color: '#015C93'

red 1 ◦ green 92 ◦ blue 147

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

Shades of Dark Cerulean #015C93

Tints of Dark Cerulean #015C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 0.42%
G = 38.33%
B = 61.25%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015C93 (or 0x015C93) is known color: Dark Cerulean. HEX triplet: 01, 5C and 93. RGB value is (1,92,147). Sum of RGB (Red+Green+Blue) = 1+92+147=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #015C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C93 is #FEA36C. Grayscale: #464646. Windows color (decimal): -16687981 or 9657345. OLE color: 9657345.

HSL color Cylindrical-coordinate representation of color #015C93: hue angle of 202.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C93 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 92 147 -
CMYK 0.99 0.37 0 0.42
HSL 202.6º 0.99% 0.29% -
HSV(B) 202.6º 0.99% 0.58% -
XYZ 9.11 9.77 29.01 -
YUV 71.06 170.85 78.03 -
System Red Green Blue C M Y K H S L
Decimal 1 92 147 0.99 0.37 0 0.42 202.6 0.99 0.29
Hex 1 5C 93 63 25 0 2A CB 63 1D
Octal 1 134 223 143 45 0 52 313 143 35
Binary 1 1011100 10010011 1100011 100101 0 101010 11001011 1100011 11101

Color Harmonies of #015C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C93

Black with #015C93

Text Example


Text Example

White with #015C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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