Html Css Color HEX #0F79AB Cerulean

📋 copy color: '#0F79AB'

red 15 ◦ green 121 ◦ blue 171

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

Shades of Cerulean #0F79AB

Tints of Cerulean #0F79AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 4.89%
G = 39.41%
B = 55.7%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F79AB (or 0x0F79AB) is known color: Cerulean. HEX triplet: 0F, 79 and AB. RGB value is (15,121,171). Sum of RGB (Red+Green+Blue) = 15+121+171=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F79AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F79AB is #F08654. Grayscale: #5E5E5E. Windows color (decimal): -15763029 or 11237647. OLE color: 11237647.

HSL color Cylindrical-coordinate representation of color #0F79AB: hue angle of 199.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F79AB is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 121 171 -
CMYK 0.91 0.29 0 0.33
HSL 199.23º 0.84% 0.36% -
HSV(B) 199.23º 0.91% 0.67% -
XYZ 14.39 16.72 41 -
YUV 95.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 15 121 171 0.91 0.29 0 0.33 199.23 0.84 0.36
Hex F 79 AB 5B 1D 0 21 C7 54 24
Octal 17 171 253 133 35 0 41 307 124 44
Binary 1111 1111001 10101011 1011011 11101 0 100001 11000111 1010100 100100

Color Harmonies of #0F79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F79AB

Black with #0F79AB

Text Example


Text Example

White with #0F79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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