Html Css Color HEX #0F7AAA Cerulean

📋 copy color: '#0F7AAA'

red 15 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #0F7AAA

Tints of Cerulean #0F7AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 4.89%
G = 39.74%
B = 55.37%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F7AAA (or 0x0F7AAA) is known color: Cerulean. HEX triplet: 0F, 7A and AA. RGB value is (15,122,170). Sum of RGB (Red+Green+Blue) = 15+122+170=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F7AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7AAA is #F08555. Grayscale: #5F5F5F. Windows color (decimal): -15762774 or 11172367. OLE color: 11172367.

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

Color convert

RGB 15 122 170 -
CMYK 0.91 0.28 0 0.33
HSL 198.58º 0.84% 0.36% -
HSV(B) 198.58º 0.91% 0.67% -
XYZ 14.41 16.92 40.54 -
YUV 95.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 15 122 170 0.91 0.28 0 0.33 198.58 0.84 0.36
Hex F 7A AA 5B 1C 0 21 C7 54 24
Octal 17 172 252 133 34 0 41 307 124 44
Binary 1111 1111010 10101010 1011011 11100 0 100001 11000111 1010100 100100

Color Harmonies of #0F7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7AAA

Black with #0F7AAA

Text Example


Text Example

White with #0F7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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