Html Css Color HEX #0174AC Cerulean

📋 copy color: '#0174AC'

red 1 ◦ green 116 ◦ blue 172

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

Shades of Cerulean #0174AC

Tints of Cerulean #0174AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 0.35%
G = 40.14%
B = 59.52%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0174AC (or 0x0174AC) is known color: Cerulean. HEX triplet: 01, 74 and AC. RGB value is (1,116,172). Sum of RGB (Red+Green+Blue) = 1+116+172=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #0174AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0174AC is #FE8B53. Grayscale: #575757. Windows color (decimal): -16681812 or 11301889. OLE color: 11301889.

HSL color Cylindrical-coordinate representation of color #0174AC: hue angle of 199.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0174AC is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 116 172 -
CMYK 0.99 0.33 0 0.33
HSL 199.65º 0.99% 0.34% -
HSV(B) 199.65º 0.99% 0.67% -
XYZ 13.7 15.48 41.29 -
YUV 88 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 1 116 172 0.99 0.33 0 0.33 199.65 0.99 0.34
Hex 1 74 AC 63 21 0 21 C8 63 22
Octal 1 164 254 143 41 0 41 310 143 42
Binary 1 1110100 10101100 1100011 100001 0 100001 11001000 1100011 100010

Color Harmonies of #0174AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174AC

Black with #0174AC

Text Example


Text Example

White with #0174AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0174AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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