Html Css Color HEX #017290 Cerulean

📋 copy color: '#017290'

red 1 ◦ green 114 ◦ blue 144

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

Shades of Cerulean #017290

Tints of Cerulean #017290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 0.39%
G = 44.02%
B = 55.6%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017290 (or 0x017290) is known color: Cerulean. HEX triplet: 01, 72 and 90. RGB value is (1,114,144). Sum of RGB (Red+Green+Blue) = 1+114+144=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #017290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017290 is #FE8D6F. Grayscale: #535353. Windows color (decimal): -16682352 or 9466369. OLE color: 9466369.

HSL color Cylindrical-coordinate representation of color #017290: hue angle of 192.59º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017290 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 114 144 -
CMYK 0.99 0.21 0 0.44
HSL 192.59º 0.99% 0.28% -
HSV(B) 192.59º 0.99% 0.56% -
XYZ 11.06 14.05 28.52 -
YUV 83.63 162.06 69.06 -
System Red Green Blue C M Y K H S L
Decimal 1 114 144 0.99 0.21 0 0.44 192.59 0.99 0.28
Hex 1 72 90 63 15 0 2C C1 63 1C
Octal 1 162 220 143 25 0 54 301 143 34
Binary 1 1110010 10010000 1100011 10101 0 101100 11000001 1100011 11100

Color Harmonies of #017290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017290

Black with #017290

Text Example


Text Example

White with #017290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017290; }

 p { color: rgb(1,114,144); }

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

background-color css

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

 a { background-color: rgb(1,114,144); }

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

border-color css

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

 span { border-color: rgb(1,114,144); }

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