Html Css Color HEX #0F497A Dark Cerulean

📋 copy color: '#0F497A'

red 15 ◦ green 73 ◦ blue 122

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

Shades of Dark Cerulean #0F497A

Tints of Dark Cerulean #0F497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 7.14%
G = 34.76%
B = 58.1%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F497A (or 0x0F497A) is known color: Dark Cerulean. HEX triplet: 0F, 49 and 7A. RGB value is (15,73,122). Sum of RGB (Red+Green+Blue) = 15+73+122=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F497A is #F0B685. Grayscale: #3C3C3C. Windows color (decimal): -15775366 or 8014095. OLE color: 8014095.

HSL color Cylindrical-coordinate representation of color #0F497A: hue angle of 207.48º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F497A is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 73 122 -
CMYK 0.88 0.40 0 0.52
HSL 207.48º 0.78% 0.27% -
HSV(B) 207.48º 0.88% 0.48% -
XYZ 6.09 6.27 19.3 -
YUV 61.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 15 73 122 0.88 0.40 0 0.52 207.48 0.78 0.27
Hex F 49 7A 58 28 0 34 CF 4E 1B
Octal 17 111 172 130 50 0 64 317 116 33
Binary 1111 1001001 1111010 1011000 101000 0 110100 11001111 1001110 11011

Color Harmonies of #0F497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F497A

Black with #0F497A

Text Example


Text Example

White with #0F497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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