Html Css Color HEX #0F779C Cerulean

📋 copy color: '#0F779C'

red 15 ◦ green 119 ◦ blue 156

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

Shades of Cerulean #0F779C

Tints of Cerulean #0F779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 5.17%
G = 41.03%
B = 53.79%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F779C (or 0x0F779C) is known color: Cerulean. HEX triplet: 0F, 77 and 9C. RGB value is (15,119,156). Sum of RGB (Red+Green+Blue) = 15+119+156=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F779C is #F08863. Grayscale: #5B5B5B. Windows color (decimal): -15763556 or 10254095. OLE color: 10254095.

HSL color Cylindrical-coordinate representation of color #0F779C: hue angle of 195.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F779C is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 119 156 -
CMYK 0.90 0.24 0 0.39
HSL 195.74º 0.82% 0.34% -
HSV(B) 195.74º 0.9% 0.61% -
XYZ 12.79 15.7 33.81 -
YUV 92.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 15 119 156 0.90 0.24 0 0.39 195.74 0.82 0.34
Hex F 77 9C 5A 18 0 27 C4 52 22
Octal 17 167 234 132 30 0 47 304 122 42
Binary 1111 1110111 10011100 1011010 11000 0 100111 11000100 1010010 100010

Color Harmonies of #0F779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F779C

Black with #0F779C

Text Example


Text Example

White with #0F779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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