Html Css Color HEX #0F799E Cerulean

📋 copy color: '#0F799E'

red 15 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #0F799E

Tints of Cerulean #0F799E

RGB

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

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

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

R = 5.1%
G = 41.16%
B = 53.74%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F799E (or 0x0F799E) is known color: Cerulean. HEX triplet: 0F, 79 and 9E. RGB value is (15,121,158). Sum of RGB (Red+Green+Blue) = 15+121+158=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F799E is #F08661. Grayscale: #5D5D5D. Windows color (decimal): -15763042 or 10385679. OLE color: 10385679.

HSL color Cylindrical-coordinate representation of color #0F799E: hue angle of 195.52º 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 #0F799E is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 121 158 -
CMYK 0.91 0.23 0 0.38
HSL 195.52º 0.83% 0.34% -
HSV(B) 195.52º 0.91% 0.62% -
XYZ 13.21 16.24 34.79 -
YUV 93.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 15 121 158 0.91 0.23 0 0.38 195.52 0.83 0.34
Hex F 79 9E 5B 17 0 26 C4 53 22
Octal 17 171 236 133 27 0 46 304 123 42
Binary 1111 1111001 10011110 1011011 10111 0 100110 11000100 1010011 100010

Color Harmonies of #0F799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F799E

Black with #0F799E

Text Example


Text Example

White with #0F799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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