Html Css Color HEX #0F7EAC Cerulean

📋 copy color: '#0F7EAC'

red 15 ◦ green 126 ◦ blue 172

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

Shades of Cerulean #0F7EAC

Tints of Cerulean #0F7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 4.79%
G = 40.26%
B = 54.95%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F7EAC (or 0x0F7EAC) is known color: Cerulean. HEX triplet: 0F, 7E and AC. RGB value is (15,126,172). Sum of RGB (Red+Green+Blue) = 15+126+172=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F7EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7EAC is #F08153. Grayscale: #616161. Windows color (decimal): -15761748 or 11304463. OLE color: 11304463.

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

Color convert

RGB 15 126 172 -
CMYK 0.91 0.27 0 0.33
HSL 197.58º 0.84% 0.37% -
HSV(B) 197.58º 0.91% 0.67% -
XYZ 15.1 18 41.71 -
YUV 98.06 169.73 68.76 -
System Red Green Blue C M Y K H S L
Decimal 15 126 172 0.91 0.27 0 0.33 197.58 0.84 0.37
Hex F 7E AC 5B 1B 0 21 C6 54 25
Octal 17 176 254 133 33 0 41 306 124 45
Binary 1111 1111110 10101100 1011011 11011 0 100001 11000110 1010100 100101

Color Harmonies of #0F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7EAC

Black with #0F7EAC

Text Example


Text Example

White with #0F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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