Html Css Color HEX #015694 Dark Cerulean

📋 copy color: '#015694'

red 1 ◦ green 86 ◦ blue 148

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

Shades of Dark Cerulean #015694

Tints of Dark Cerulean #015694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.98%

R = 0.43%
G = 36.6%
B = 62.98%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015694 (or 0x015694) is known color: Dark Cerulean. HEX triplet: 01, 56 and 94. RGB value is (1,86,148). Sum of RGB (Red+Green+Blue) = 1+86+148=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #015694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015694 is #FEA96B. Grayscale: #434343. Windows color (decimal): -16689516 or 9721345. OLE color: 9721345.

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

Color convert

RGB 1 86 148 -
CMYK 0.99 0.42 0 0.42
HSL 205.31º 0.99% 0.29% -
HSV(B) 205.31º 0.99% 0.58% -
XYZ 8.69 8.8 29.26 -
YUV 67.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 1 86 148 0.99 0.42 0 0.42 205.31 0.99 0.29
Hex 1 56 94 63 2A 0 2A CD 63 1D
Octal 1 126 224 143 52 0 52 315 143 35
Binary 1 1010110 10010100 1100011 101010 0 101010 11001101 1100011 11101

Color Harmonies of #015694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015694

Black with #015694

Text Example


Text Example

White with #015694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015694; }

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

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

background-color css

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

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

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

border-color css

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

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

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