Html Css Color HEX #015B8E Dark Cerulean

📋 copy color: '#015B8E'

red 1 ◦ green 91 ◦ blue 142

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

Shades of Dark Cerulean #015B8E

Tints of Dark Cerulean #015B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 0.43%
G = 38.89%
B = 60.68%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015B8E (or 0x015B8E) is known color: Dark Cerulean. HEX triplet: 01, 5B and 8E. RGB value is (1,91,142). Sum of RGB (Red+Green+Blue) = 1+91+142=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #015B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B8E is #FEA471. Grayscale: #454545. Windows color (decimal): -16688242 or 9329409. OLE color: 9329409.

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

Color convert

RGB 1 91 142 -
CMYK 0.99 0.36 0 0.44
HSL 201.7º 0.99% 0.28% -
HSV(B) 201.7º 0.99% 0.56% -
XYZ 8.64 9.44 26.96 -
YUV 69.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 1 91 142 0.99 0.36 0 0.44 201.7 0.99 0.28
Hex 1 5B 8E 63 24 0 2C CA 63 1C
Octal 1 133 216 143 44 0 54 312 143 34
Binary 1 1011011 10001110 1100011 100100 0 101100 11001010 1100011 11100

Color Harmonies of #015B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B8E

Black with #015B8E

Text Example


Text Example

White with #015B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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