Html Css Color HEX #015690 Dark Cerulean

📋 copy color: '#015690'

red 1 ◦ green 86 ◦ blue 144

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

Shades of Dark Cerulean #015690

Tints of Dark Cerulean #015690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 144 (56.64% from 255) = 62.34%

R = 0.43%
G = 37.23%
B = 62.34%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#015690 (or 0x015690) is known color: Dark Cerulean. HEX triplet: 01, 56 and 90. RGB value is (1,86,144). Sum of RGB (Red+Green+Blue) = 1+86+144=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #015690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015690 is #FEA96F. Grayscale: #424242. Windows color (decimal): -16689520 or 9459201. OLE color: 9459201.

HSL color Cylindrical-coordinate representation of color #015690: hue angle of 204.34º 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 #015690 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 86 144 -
CMYK 0.99 0.40 0 0.44
HSL 204.34º 0.99% 0.28% -
HSV(B) 204.34º 0.99% 0.56% -
XYZ 8.37 8.68 27.62 -
YUV 67.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 1 86 144 0.99 0.40 0 0.44 204.34 0.99 0.28
Hex 1 56 90 63 28 0 2C CC 63 1C
Octal 1 126 220 143 50 0 54 314 143 34
Binary 1 1010110 10010000 1100011 101000 0 101100 11001100 1100011 11100

Color Harmonies of #015690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015690

Black with #015690

Text Example


Text Example

White with #015690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015690; }

 p { color: rgb(1,86,144); }

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

background-color css

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

 a { background-color: rgb(1,86,144); }

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

border-color css

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

 span { border-color: rgb(1,86,144); }

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