Html Css Color HEX #0F72AF Cerulean

📋 copy color: '#0F72AF'

red 15 ◦ green 114 ◦ blue 175

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

Shades of Cerulean #0F72AF

Tints of Cerulean #0F72AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 4.93%
G = 37.5%
B = 57.57%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F72AF (or 0x0F72AF) is known color: Cerulean. HEX triplet: 0F, 72 and AF. RGB value is (15,114,175). Sum of RGB (Red+Green+Blue) = 15+114+175=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F72AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AF is #F08D50. Grayscale: #5B5B5B. Windows color (decimal): -15764817 or 11497999. OLE color: 11497999.

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

Color convert

RGB 15 114 175 -
CMYK 0.91 0.35 0 0.31
HSL 202.88º 0.84% 0.37% -
HSV(B) 202.88º 0.91% 0.69% -
XYZ 13.95 15.23 42.76 -
YUV 91.35 175.2 73.54 -
System Red Green Blue C M Y K H S L
Decimal 15 114 175 0.91 0.35 0 0.31 202.88 0.84 0.37
Hex F 72 AF 5B 23 0 1F CB 54 25
Octal 17 162 257 133 43 0 37 313 124 45
Binary 1111 1110010 10101111 1011011 100011 0 11111 11001011 1010100 100101

Color Harmonies of #0F72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F72AF

Black with #0F72AF

Text Example


Text Example

White with #0F72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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