Html Css Color HEX #015379 Dark Cerulean

📋 copy color: '#015379'

red 1 ◦ green 83 ◦ blue 121

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

Shades of Dark Cerulean #015379

Tints of Dark Cerulean #015379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 0.49%
G = 40.49%
B = 59.02%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015379 (or 0x015379) is known color: Dark Cerulean. HEX triplet: 01, 53 and 79. RGB value is (1,83,121). Sum of RGB (Red+Green+Blue) = 1+83+121=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #015379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015379 is #FEAC86. Grayscale: #3E3E3E. Windows color (decimal): -16690311 or 7951105. OLE color: 7951105.

HSL color Cylindrical-coordinate representation of color #015379: hue angle of 199º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015379 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 83 121 -
CMYK 0.99 0.31 0 0.53
HSL 199º 0.98% 0.24% -
HSV(B) 199º 0.99% 0.47% -
XYZ 6.56 7.57 19.21 -
YUV 62.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 1 83 121 0.99 0.31 0 0.53 199 0.98 0.24
Hex 1 53 79 63 1F 0 35 C7 62 18
Octal 1 123 171 143 37 0 65 307 142 30
Binary 1 1010011 1111001 1100011 11111 0 110101 11000111 1100010 11000

Color Harmonies of #015379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015379

Black with #015379

Text Example


Text Example

White with #015379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015379; }

 p { color: rgb(1,83,121); }

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

background-color css

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

 a { background-color: rgb(1,83,121); }

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

border-color css

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

 span { border-color: rgb(1,83,121); }

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