Html Css Color HEX #015278 Dark Cerulean

📋 copy color: '#015278'

red 1 ◦ green 82 ◦ blue 120

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

Shades of Dark Cerulean #015278

Tints of Dark Cerulean #015278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 0.49%
G = 40.39%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015278 (or 0x015278) is known color: Dark Cerulean. HEX triplet: 01, 52 and 78. RGB value is (1,82,120). Sum of RGB (Red+Green+Blue) = 1+82+120=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #015278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015278 is #FEAD87. Grayscale: #3D3D3D. Windows color (decimal): -16690568 or 7885313. OLE color: 7885313.

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

Color convert

RGB 1 82 120 -
CMYK 0.99 0.32 0 0.53
HSL 199.16º 0.98% 0.24% -
HSV(B) 199.16º 0.99% 0.47% -
XYZ 6.42 7.4 18.86 -
YUV 62.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 1 82 120 0.99 0.32 0 0.53 199.16 0.98 0.24
Hex 1 52 78 63 20 0 35 C7 62 18
Octal 1 122 170 143 40 0 65 307 142 30
Binary 1 1010010 1111000 1100011 100000 0 110101 11000111 1100010 11000

Color Harmonies of #015278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015278

Black with #015278

Text Example


Text Example

White with #015278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015278; }

 p { color: rgb(1,82,120); }

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

background-color css

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

 a { background-color: rgb(1,82,120); }

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

border-color css

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

 span { border-color: rgb(1,82,120); }

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