Html Css Color HEX #0F7FAC Cerulean

📋 copy color: '#0F7FAC'

red 15 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #0F7FAC

Tints of Cerulean #0F7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 4.78%
G = 40.45%
B = 54.78%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F7FAC (or 0x0F7FAC) is known color: Cerulean. HEX triplet: 0F, 7F and AC. RGB value is (15,127,172). Sum of RGB (Red+Green+Blue) = 15+127+172=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F7FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7FAC is #F08053. Grayscale: #626262. Windows color (decimal): -15761492 or 11304719. OLE color: 11304719.

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

Color convert

RGB 15 127 172 -
CMYK 0.91 0.26 0 0.33
HSL 197.2º 0.84% 0.37% -
HSV(B) 197.2º 0.91% 0.67% -
XYZ 15.23 18.26 41.75 -
YUV 98.64 169.39 68.34 -
System Red Green Blue C M Y K H S L
Decimal 15 127 172 0.91 0.26 0 0.33 197.2 0.84 0.37
Hex F 7F AC 5B 1A 0 21 C5 54 25
Octal 17 177 254 133 32 0 41 305 124 45
Binary 1111 1111111 10101100 1011011 11010 0 100001 11000101 1010100 100101

Color Harmonies of #0F7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7FAC

Black with #0F7FAC

Text Example


Text Example

White with #0F7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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