Html Css Color HEX #0F72AC Cerulean

📋 copy color: '#0F72AC'

red 15 ◦ green 114 ◦ blue 172

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

Shades of Cerulean #0F72AC

Tints of Cerulean #0F72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 4.98%
G = 37.87%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F72AC (or 0x0F72AC) is known color: Cerulean. HEX triplet: 0F, 72 and AC. RGB value is (15,114,172). Sum of RGB (Red+Green+Blue) = 15+114+172=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F72AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AC is #F08D53. Grayscale: #5A5A5A. Windows color (decimal): -15764820 or 11301391. OLE color: 11301391.

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

Color convert

RGB 15 114 172 -
CMYK 0.91 0.34 0 0.33
HSL 202.17º 0.84% 0.37% -
HSV(B) 202.17º 0.91% 0.67% -
XYZ 13.66 15.11 41.23 -
YUV 91.01 173.7 73.78 -
System Red Green Blue C M Y K H S L
Decimal 15 114 172 0.91 0.34 0 0.33 202.17 0.84 0.37
Hex F 72 AC 5B 22 0 21 CA 54 25
Octal 17 162 254 133 42 0 41 312 124 45
Binary 1111 1110010 10101100 1011011 100010 0 100001 11001010 1010100 100101

Color Harmonies of #0F72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F72AC

Black with #0F72AC

Text Example


Text Example

White with #0F72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,114,172); }

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

background-color css

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

 a { background-color: rgb(15,114,172); }

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

border-color css

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

 span { border-color: rgb(15,114,172); }

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