Html Css Color HEX #015380 Dark Cerulean

📋 copy color: '#015380'

red 1 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #015380

Tints of Dark Cerulean #015380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 0.47%
G = 39.15%
B = 60.38%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#015380 (or 0x015380) is known color: Dark Cerulean. HEX triplet: 01, 53 and 80. RGB value is (1,83,128). Sum of RGB (Red+Green+Blue) = 1+83+128=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #015380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015380 is #FEAC7F. Grayscale: #3F3F3F. Windows color (decimal): -16690304 or 8409857. OLE color: 8409857.

HSL color Cylindrical-coordinate representation of color #015380: hue angle of 201.26º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015380 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 83 128 -
CMYK 0.99 0.35 0 0.50
HSL 201.26º 0.98% 0.25% -
HSV(B) 201.26º 0.99% 0.5% -
XYZ 7 7.75 21.55 -
YUV 63.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 1 83 128 0.99 0.35 0 0.50 201.26 0.98 0.25
Hex 1 53 80 63 23 0 32 C9 62 19
Octal 1 123 200 143 43 0 62 311 142 31
Binary 1 1010011 10000000 1100011 100011 0 110010 11001001 1100010 11001

Color Harmonies of #015380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015380

Black with #015380

Text Example


Text Example

White with #015380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015380; }

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

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

background-color css

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

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

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

border-color css

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

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

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