Html Css Color HEX #0176AC Cerulean

📋 copy color: '#0176AC'

red 1 ◦ green 118 ◦ blue 172

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

Shades of Cerulean #0176AC

Tints of Cerulean #0176AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

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

R = 0.34%
G = 40.55%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0176AC (or 0x0176AC) is known color: Cerulean. HEX triplet: 01, 76 and AC. RGB value is (1,118,172). Sum of RGB (Red+Green+Blue) = 1+118+172=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #0176AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0176AC is #FE8953. Grayscale: #585858. Windows color (decimal): -16681300 or 11302401. OLE color: 11302401.

HSL color Cylindrical-coordinate representation of color #0176AC: hue angle of 198.95º 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 #0176AC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 118 172 -
CMYK 0.99 0.31 0 0.33
HSL 198.95º 0.99% 0.34% -
HSV(B) 198.95º 0.99% 0.67% -
XYZ 13.94 15.94 41.37 -
YUV 89.17 174.74 65.11 -
System Red Green Blue C M Y K H S L
Decimal 1 118 172 0.99 0.31 0 0.33 198.95 0.99 0.34
Hex 1 76 AC 63 1F 0 21 C7 63 22
Octal 1 166 254 143 37 0 41 307 143 42
Binary 1 1110110 10101100 1100011 11111 0 100001 11000111 1100011 100010

Color Harmonies of #0176AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176AC

Black with #0176AC

Text Example


Text Example

White with #0176AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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