Html Css Color HEX #017491 Cerulean

📋 copy color: '#017491'

red 1 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #017491

Tints of Cerulean #017491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 0.38%
G = 44.27%
B = 55.34%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#017491 (or 0x017491) is known color: Cerulean. HEX triplet: 01, 74 and 91. RGB value is (1,116,145). Sum of RGB (Red+Green+Blue) = 1+116+145=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #017491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017491 is #FE8B6E. Grayscale: #545454. Windows color (decimal): -16681839 or 9532417. OLE color: 9532417.

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

Color convert

RGB 1 116 145 -
CMYK 0.99 0.2 0 0.43
HSL 192.08º 0.99% 0.29% -
HSV(B) 192.08º 0.99% 0.57% -
XYZ 11.37 14.54 29 -
YUV 84.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 1 116 145 0.99 0.2 0 0.43 192.08 0.99 0.29
Hex 1 74 91 63 14 0 2B C0 63 1D
Octal 1 164 221 143 24 0 53 300 143 35
Binary 1 1110100 10010001 1100011 10100 0 101011 11000000 1100011 11101

Color Harmonies of #017491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017491

Black with #017491

Text Example


Text Example

White with #017491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017491; }

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

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

background-color css

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

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

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

border-color css

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

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

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