Html Css Color HEX #015B93 Dark Cerulean

📋 copy color: '#015B93'

red 1 ◦ green 91 ◦ blue 147

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

Shades of Dark Cerulean #015B93

Tints of Dark Cerulean #015B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

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

R = 0.42%
G = 38.08%
B = 61.51%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015B93 (or 0x015B93) is known color: Dark Cerulean. HEX triplet: 01, 5B and 93. RGB value is (1,91,147). Sum of RGB (Red+Green+Blue) = 1+91+147=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #015B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B93 is #FEA46C. Grayscale: #464646. Windows color (decimal): -16688237 or 9657089. OLE color: 9657089.

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

Color convert

RGB 1 91 147 -
CMYK 0.99 0.38 0 0.42
HSL 203.01º 0.99% 0.29% -
HSV(B) 203.01º 0.99% 0.58% -
XYZ 9.02 9.6 28.98 -
YUV 70.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 1 91 147 0.99 0.38 0 0.42 203.01 0.99 0.29
Hex 1 5B 93 63 26 0 2A CB 63 1D
Octal 1 133 223 143 46 0 52 313 143 35
Binary 1 1011011 10010011 1100011 100110 0 101010 11001011 1100011 11101

Color Harmonies of #015B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B93

Black with #015B93

Text Example


Text Example

White with #015B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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