Html Css Color HEX #0179BA Cerulean

📋 copy color: '#0179BA'

red 1 ◦ green 121 ◦ blue 186

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

Shades of Cerulean #0179BA

Tints of Cerulean #0179BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 0.32%
G = 39.29%
B = 60.39%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0179BA (or 0x0179BA) is known color: Cerulean. HEX triplet: 01, 79 and BA. RGB value is (1,121,186). Sum of RGB (Red+Green+Blue) = 1+121+186=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #0179BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0179BA is #FE8645. Grayscale: #5C5C5C. Windows color (decimal): -16680518 or 12220673. OLE color: 12220673.

HSL color Cylindrical-coordinate representation of color #0179BA: hue angle of 201.08º 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 #0179BA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 121 186 -
CMYK 0.99 0.35 0 0.27
HSL 201.08º 0.99% 0.37% -
HSV(B) 201.08º 0.99% 0.73% -
XYZ 15.71 17.23 48.95 -
YUV 92.53 180.74 62.71 -
System Red Green Blue C M Y K H S L
Decimal 1 121 186 0.99 0.35 0 0.27 201.08 0.99 0.37
Hex 1 79 BA 63 23 0 1B C9 63 25
Octal 1 171 272 143 43 0 33 311 143 45
Binary 1 1111001 10111010 1100011 100011 0 11011 11001001 1100011 100101

Color Harmonies of #0179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0179BA

Black with #0179BA

Text Example


Text Example

White with #0179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0179BA; }

 p { color: rgb(1,121,186); }

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

background-color css

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

 a { background-color: rgb(1,121,186); }

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

border-color css

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

 span { border-color: rgb(1,121,186); }

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