Html Css Color HEX #0F7AAC Cerulean

📋 copy color: '#0F7AAC'

red 15 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #0F7AAC

Tints of Cerulean #0F7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 4.85%
G = 39.48%
B = 55.66%

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

#0F7AAC (or 0x0F7AAC) is known color: Cerulean. HEX triplet: 0F, 7A and AC. RGB value is (15,122,172). Sum of RGB (Red+Green+Blue) = 15+122+172=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F7AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7AAC is #F08553. Grayscale: #5F5F5F. Windows color (decimal): -15762772 or 11303439. OLE color: 11303439.

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

Color convert

RGB 15 122 172 -
CMYK 0.91 0.29 0 0.33
HSL 199.11º 0.84% 0.37% -
HSV(B) 199.11º 0.91% 0.67% -
XYZ 14.6 17 41.54 -
YUV 95.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 15 122 172 0.91 0.29 0 0.33 199.11 0.84 0.37
Hex F 7A AC 5B 1D 0 21 C7 54 25
Octal 17 172 254 133 35 0 41 307 124 45
Binary 1111 1111010 10101100 1011011 11101 0 100001 11000111 1010100 100101

Color Harmonies of #0F7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7AAC

Black with #0F7AAC

Text Example


Text Example

White with #0F7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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