Html Css Color HEX #015D92 Dark Cerulean

📋 copy color: '#015D92'

red 1 ◦ green 93 ◦ blue 146

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

Shades of Dark Cerulean #015D92

Tints of Dark Cerulean #015D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 0.42%
G = 38.75%
B = 60.83%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015D92 (or 0x015D92) is known color: Dark Cerulean. HEX triplet: 01, 5D and 92. RGB value is (1,93,146). Sum of RGB (Red+Green+Blue) = 1+93+146=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #015D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D92 is #FEA26D. Grayscale: #474747. Windows color (decimal): -16687726 or 9592065. OLE color: 9592065.

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

Color convert

RGB 1 93 146 -
CMYK 0.99 0.36 0 0.43
HSL 201.93º 0.99% 0.29% -
HSV(B) 201.93º 0.99% 0.57% -
XYZ 9.12 9.91 28.63 -
YUV 71.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 1 93 146 0.99 0.36 0 0.43 201.93 0.99 0.29
Hex 1 5D 92 63 24 0 2B CA 63 1D
Octal 1 135 222 143 44 0 53 312 143 35
Binary 1 1011101 10010010 1100011 100100 0 101011 11001010 1100011 11101

Color Harmonies of #015D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D92

Black with #015D92

Text Example


Text Example

White with #015D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,93,146); }

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

background-color css

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

 a { background-color: rgb(1,93,146); }

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

border-color css

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

 span { border-color: rgb(1,93,146); }

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