Html Css Color HEX #017194 Cerulean

📋 copy color: '#017194'

red 1 ◦ green 113 ◦ blue 148

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

Shades of Cerulean #017194

Tints of Cerulean #017194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 0.38%
G = 43.13%
B = 56.49%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017194 (or 0x017194) is known color: Cerulean. HEX triplet: 01, 71 and 94. RGB value is (1,113,148). Sum of RGB (Red+Green+Blue) = 1+113+148=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #017194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017194 is #FE8E6B. Grayscale: #535353. Windows color (decimal): -16682604 or 9728257. OLE color: 9728257.

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

Color convert

RGB 1 113 148 -
CMYK 0.99 0.24 0 0.42
HSL 194.29º 0.99% 0.29% -
HSV(B) 194.29º 0.99% 0.58% -
XYZ 11.26 13.95 30.12 -
YUV 83.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 1 113 148 0.99 0.24 0 0.42 194.29 0.99 0.29
Hex 1 71 94 63 18 0 2A C2 63 1D
Octal 1 161 224 143 30 0 52 302 143 35
Binary 1 1110001 10010100 1100011 11000 0 101010 11000010 1100011 11101

Color Harmonies of #017194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017194

Black with #017194

Text Example


Text Example

White with #017194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017194; }

 p { color: rgb(1,113,148); }

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

background-color css

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

 a { background-color: rgb(1,113,148); }

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

border-color css

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

 span { border-color: rgb(1,113,148); }

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