Html Css Color HEX #015282 Dark Cerulean

📋 copy color: '#015282'

red 1 ◦ green 82 ◦ blue 130

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

Shades of Dark Cerulean #015282

Tints of Dark Cerulean #015282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 0.47%
G = 38.5%
B = 61.03%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015282 (or 0x015282) is known color: Dark Cerulean. HEX triplet: 01, 52 and 82. RGB value is (1,82,130). Sum of RGB (Red+Green+Blue) = 1+82+130=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #015282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015282 is #FEAD7D. Grayscale: #3E3E3E. Windows color (decimal): -16690558 or 8540673. OLE color: 8540673.

HSL color Cylindrical-coordinate representation of color #015282: hue angle of 202.33º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015282 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 82 130 -
CMYK 0.99 0.37 0 0.49
HSL 202.33º 0.98% 0.26% -
HSV(B) 202.33º 0.99% 0.51% -
XYZ 7.06 7.65 22.22 -
YUV 63.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 1 82 130 0.99 0.37 0 0.49 202.33 0.98 0.26
Hex 1 52 82 63 25 0 31 CA 62 1A
Octal 1 122 202 143 45 0 61 312 142 32
Binary 1 1010010 10000010 1100011 100101 0 110001 11001010 1100010 11010

Color Harmonies of #015282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015282

Black with #015282

Text Example


Text Example

White with #015282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015282; }

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

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

background-color css

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

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

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

border-color css

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

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

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