Html Css Color HEX #0079BF Cerulean

📋 copy color: '#0079BF'

red 0 ◦ green 121 ◦ blue 191

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

Shades of Cerulean #0079BF

Tints of Cerulean #0079BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 191 (75% from 255) = 61.22%

R = 0%
G = 38.78%
B = 61.22%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0079BF (or 0x0079BF) is known color: Cerulean. HEX triplet: 00, 79 and BF. RGB value is (0,121,191). Sum of RGB (Red+Green+Blue) = 0+121+191=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #0079BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079BF is #FF8640. Grayscale: #5C5C5C. Windows color (decimal): -16746049 or 12548352. OLE color: 12548352.

HSL color Cylindrical-coordinate representation of color #0079BF: hue angle of 201.99º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079BF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 121 191 -
CMYK 1 0.37 0 0.25
HSL 201.99º 1% 0.37% -
HSV(B) 201.99º 1% 0.75% -
XYZ 16.24 17.44 51.8 -
YUV 92.8 183.41 61.81 -
System Red Green Blue C M Y K H S L
Decimal 0 121 191 1 0.37 0 0.25 201.99 1 0.37
Hex 0 79 BF 64 25 0 19 CA 64 25
Octal 0 171 277 144 45 0 31 312 144 45
Binary 0 1111001 10111111 1100100 100101 0 11001 11001010 1100100 100101

Color Harmonies of #0079BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079BF

Black with #0079BF

Text Example


Text Example

White with #0079BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0079BF; }

 p { color: rgb(0,121,191); }

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

background-color css

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

 a { background-color: rgb(0,121,191); }

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

border-color css

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

 span { border-color: rgb(0,121,191); }

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