Html Css Color HEX #015089 Dark Cerulean

📋 copy color: '#015089'

red 1 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #015089

Tints of Dark Cerulean #015089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 0.46%
G = 36.7%
B = 62.84%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#015089 (or 0x015089) is known color: Dark Cerulean. HEX triplet: 01, 50 and 89. RGB value is (1,80,137). Sum of RGB (Red+Green+Blue) = 1+80+137=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #015089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015089 is #FEAF76. Grayscale: #3E3E3E. Windows color (decimal): -16691063 or 8998913. OLE color: 8998913.

HSL color Cylindrical-coordinate representation of color #015089: hue angle of 205.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015089 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 80 137 -
CMYK 0.99 0.42 0 0.46
HSL 205.15º 0.99% 0.27% -
HSV(B) 205.15º 0.99% 0.54% -
XYZ 7.4 7.55 24.73 -
YUV 62.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 1 80 137 0.99 0.42 0 0.46 205.15 0.99 0.27
Hex 1 50 89 63 2A 0 2E CD 63 1B
Octal 1 120 211 143 52 0 56 315 143 33
Binary 1 1010000 10001001 1100011 101010 0 101110 11001101 1100011 11011

Color Harmonies of #015089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015089

Black with #015089

Text Example


Text Example

White with #015089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015089; }

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

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

background-color css

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

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

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

border-color css

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

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

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