Html Css Color HEX #017492 Cerulean

📋 copy color: '#017492'

red 1 ◦ green 116 ◦ blue 146

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

Shades of Cerulean #017492

Tints of Cerulean #017492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 0.38%
G = 44.11%
B = 55.51%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017492 (or 0x017492) is known color: Cerulean. HEX triplet: 01, 74 and 92. RGB value is (1,116,146). Sum of RGB (Red+Green+Blue) = 1+116+146=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #017492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017492 is #FE8B6D. Grayscale: #545454. Windows color (decimal): -16681838 or 9597953. OLE color: 9597953.

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

Color convert

RGB 1 116 146 -
CMYK 0.99 0.21 0 0.43
HSL 192.41º 0.99% 0.29% -
HSV(B) 192.41º 0.99% 0.57% -
XYZ 11.45 14.57 29.4 -
YUV 85.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 1 116 146 0.99 0.21 0 0.43 192.41 0.99 0.29
Hex 1 74 92 63 15 0 2B C0 63 1D
Octal 1 164 222 143 25 0 53 300 143 35
Binary 1 1110100 10010010 1100011 10101 0 101011 11000000 1100011 11101

Color Harmonies of #017492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017492

Black with #017492

Text Example


Text Example

White with #017492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017492; }

 p { color: rgb(1,116,146); }

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

background-color css

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

 a { background-color: rgb(1,116,146); }

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

border-color css

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

 span { border-color: rgb(1,116,146); }

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