Html Css Color HEX #0176BB Cerulean

📋 copy color: '#0176BB'

red 1 ◦ green 118 ◦ blue 187

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

Shades of Cerulean #0176BB

Tints of Cerulean #0176BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 0.33%
G = 38.56%
B = 61.11%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0176BB (or 0x0176BB) is known color: Cerulean. HEX triplet: 01, 76 and BB. RGB value is (1,118,187). Sum of RGB (Red+Green+Blue) = 1+118+187=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #0176BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0176BB is #FE8944. Grayscale: #5A5A5A. Windows color (decimal): -16681285 or 12285441. OLE color: 12285441.

HSL color Cylindrical-coordinate representation of color #0176BB: hue angle of 202.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0176BB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 118 187 -
CMYK 0.99 0.37 0 0.27
HSL 202.26º 0.99% 0.37% -
HSV(B) 202.26º 0.99% 0.73% -
XYZ 15.46 16.55 49.39 -
YUV 90.88 182.24 63.89 -
System Red Green Blue C M Y K H S L
Decimal 1 118 187 0.99 0.37 0 0.27 202.26 0.99 0.37
Hex 1 76 BB 63 25 0 1B CA 63 25
Octal 1 166 273 143 45 0 33 312 143 45
Binary 1 1110110 10111011 1100011 100101 0 11011 11001010 1100011 100101

Color Harmonies of #0176BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176BB

Black with #0176BB

Text Example


Text Example

White with #0176BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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