Html Css Color HEX #0F7494 Cerulean

📋 copy color: '#0F7494'

red 15 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #0F7494

Tints of Cerulean #0F7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 5.38%
G = 41.58%
B = 53.05%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F7494 (or 0x0F7494) is known color: Cerulean. HEX triplet: 0F, 74 and 94. RGB value is (15,116,148). Sum of RGB (Red+Green+Blue) = 15+116+148=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F7494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7494 is #F08B6B. Grayscale: #595959. Windows color (decimal): -15764332 or 9729039. OLE color: 9729039.

HSL color Cylindrical-coordinate representation of color #0F7494: hue angle of 194.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7494 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 116 148 -
CMYK 0.90 0.22 0 0.42
HSL 194.44º 0.82% 0.32% -
HSV(B) 194.44º 0.9% 0.58% -
XYZ 11.79 14.73 30.24 -
YUV 89.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 15 116 148 0.90 0.22 0 0.42 194.44 0.82 0.32
Hex F 74 94 5A 16 0 2A C2 52 20
Octal 17 164 224 132 26 0 52 302 122 40
Binary 1111 1110100 10010100 1011010 10110 0 101010 11000010 1010010 100000

Color Harmonies of #0F7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7494

Black with #0F7494

Text Example


Text Example

White with #0F7494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,148); }

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

background-color css

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

 a { background-color: rgb(15,116,148); }

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

border-color css

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

 span { border-color: rgb(15,116,148); }

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