Html Css Color HEX #017294 Cerulean

📋 copy color: '#017294'

red 1 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #017294

Tints of Cerulean #017294

RGB

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

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

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

R = 0.38%
G = 43.35%
B = 56.27%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017294 (or 0x017294) is known color: Cerulean. HEX triplet: 01, 72 and 94. RGB value is (1,114,148). Sum of RGB (Red+Green+Blue) = 1+114+148=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #017294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017294 is #FE8D6B. Grayscale: #535353. Windows color (decimal): -16682348 or 9728513. OLE color: 9728513.

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

Color convert

RGB 1 114 148 -
CMYK 0.99 0.23 0 0.42
HSL 193.88º 0.99% 0.29% -
HSV(B) 193.88º 0.99% 0.58% -
XYZ 11.38 14.18 30.15 -
YUV 84.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 1 114 148 0.99 0.23 0 0.42 193.88 0.99 0.29
Hex 1 72 94 63 17 0 2A C2 63 1D
Octal 1 162 224 143 27 0 52 302 143 35
Binary 1 1110010 10010100 1100011 10111 0 101010 11000010 1100011 11101

Color Harmonies of #017294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017294

Black with #017294

Text Example


Text Example

White with #017294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017294; }

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

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

background-color css

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

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

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

border-color css

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

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

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