Html Css Color HEX #017493 Cerulean

📋 copy color: '#017493'

red 1 ◦ green 116 ◦ blue 147

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

Shades of Cerulean #017493

Tints of Cerulean #017493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 0.38%
G = 43.94%
B = 55.68%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017493 (or 0x017493) is known color: Cerulean. HEX triplet: 01, 74 and 93. RGB value is (1,116,147). Sum of RGB (Red+Green+Blue) = 1+116+147=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #017493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017493 is #FE8B6C. Grayscale: #545454. Windows color (decimal): -16681837 or 9663489. OLE color: 9663489.

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

Color convert

RGB 1 116 147 -
CMYK 0.99 0.21 0 0.42
HSL 192.74º 0.99% 0.29% -
HSV(B) 192.74º 0.99% 0.58% -
XYZ 11.52 14.6 29.82 -
YUV 85.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 1 116 147 0.99 0.21 0 0.42 192.74 0.99 0.29
Hex 1 74 93 63 15 0 2A C1 63 1D
Octal 1 164 223 143 25 0 52 301 143 35
Binary 1 1110100 10010011 1100011 10101 0 101010 11000001 1100011 11101

Color Harmonies of #017493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017493

Black with #017493

Text Example


Text Example

White with #017493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017493; }

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

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

background-color css

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

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

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

border-color css

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

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

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