Html Css Color HEX #0F779E Cerulean

📋 copy color: '#0F779E'

red 15 ◦ green 119 ◦ blue 158

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

Shades of Cerulean #0F779E

Tints of Cerulean #0F779E

RGB

 RED value IS 15 (6.25% from 255) = 5.14%

 GREEN value IS 119 (46.88% from 255) = 40.75%

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 5.14%
G = 40.75%
B = 54.11%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F779E (or 0x0F779E) is known color: Cerulean. HEX triplet: 0F, 77 and 9E. RGB value is (15,119,158). Sum of RGB (Red+Green+Blue) = 15+119+158=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F779E is #F08861. Grayscale: #5C5C5C. Windows color (decimal): -15763554 or 10385167. OLE color: 10385167.

HSL color Cylindrical-coordinate representation of color #0F779E: hue angle of 196.36º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F779E is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 119 158 -
CMYK 0.91 0.25 0 0.38
HSL 196.36º 0.83% 0.34% -
HSV(B) 196.36º 0.91% 0.62% -
XYZ 12.97 15.76 34.71 -
YUV 92.35 165.04 72.83 -
System Red Green Blue C M Y K H S L
Decimal 15 119 158 0.91 0.25 0 0.38 196.36 0.83 0.34
Hex F 77 9E 5B 19 0 26 C4 53 22
Octal 17 167 236 133 31 0 46 304 123 42
Binary 1111 1110111 10011110 1011011 11001 0 100110 11000100 1010011 100010

Color Harmonies of #0F779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F779E

Black with #0F779E

Text Example


Text Example

White with #0F779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F779E; }

 p { color: rgb(15,119,158); }

 H1.HeaderClassName
 {
   color: #0F779E;
 }
 .AnyTagClassName
 {
   color: #0F779E;
 }
</style>

background-color css

<style>
 a { background-color: #0F779E; }

 a { background-color: rgb(15,119,158); }

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

border-color css

<style>
 span { border-color: #0F779E; }

 span { border-color: rgb(15,119,158); }

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