Html Css Color HEX #015082 Dark Cerulean

📋 copy color: '#015082'

red 1 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #015082

Tints of Dark Cerulean #015082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 0.47%
G = 37.91%
B = 61.61%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015082 (or 0x015082) is known color: Dark Cerulean. HEX triplet: 01, 50 and 82. RGB value is (1,80,130). Sum of RGB (Red+Green+Blue) = 1+80+130=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #015082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015082 is #FEAF7D. Grayscale: #3D3D3D. Windows color (decimal): -16691070 or 8540161. OLE color: 8540161.

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

Color convert

RGB 1 80 130 -
CMYK 0.99 0.38 0 0.49
HSL 203.26º 0.98% 0.26% -
HSV(B) 203.26º 0.99% 0.51% -
XYZ 6.91 7.36 22.17 -
YUV 62.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 1 80 130 0.99 0.38 0 0.49 203.26 0.98 0.26
Hex 1 50 82 63 26 0 31 CB 62 1A
Octal 1 120 202 143 46 0 61 313 142 32
Binary 1 1010000 10000010 1100011 100110 0 110001 11001011 1100010 11010

Color Harmonies of #015082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015082

Black with #015082

Text Example


Text Example

White with #015082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015082; }

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

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

background-color css

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

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

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

border-color css

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

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

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