Html Css Color HEX #015E92 Dark Cerulean

📋 copy color: '#015E92'

red 1 ◦ green 94 ◦ blue 146

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

Shades of Dark Cerulean #015E92

Tints of Dark Cerulean #015E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39%

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

R = 0.41%
G = 39%
B = 60.58%

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

#015E92 (or 0x015E92) is known color: Dark Cerulean. HEX triplet: 01, 5E and 92. RGB value is (1,94,146). Sum of RGB (Red+Green+Blue) = 1+94+146=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #015E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E92 is #FEA16D. Grayscale: #474747. Windows color (decimal): -16687470 or 9592321. OLE color: 9592321.

HSL color Cylindrical-coordinate representation of color #015E92: hue angle of 201.52º 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 #015E92 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 94 146 -
CMYK 0.99 0.36 0 0.43
HSL 201.52º 0.99% 0.29% -
HSV(B) 201.52º 0.99% 0.57% -
XYZ 9.2 10.09 28.66 -
YUV 72.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 1 94 146 0.99 0.36 0 0.43 201.52 0.99 0.29
Hex 1 5E 92 63 24 0 2B CA 63 1D
Octal 1 136 222 143 44 0 53 312 143 35
Binary 1 1011110 10010010 1100011 100100 0 101011 11001010 1100011 11101

Color Harmonies of #015E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E92

Black with #015E92

Text Example


Text Example

White with #015E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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