Html Css Color HEX #0F547C Dark Cerulean

📋 copy color: '#0F547C'

red 15 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #0F547C

Tints of Dark Cerulean #0F547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 6.73%
G = 37.67%
B = 55.61%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F547C (or 0x0F547C) is known color: Dark Cerulean. HEX triplet: 0F, 54 and 7C. RGB value is (15,84,124). Sum of RGB (Red+Green+Blue) = 15+84+124=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F547C is #F0AB83. Grayscale: #434343. Windows color (decimal): -15772548 or 8147983. OLE color: 8147983.

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

Color convert

RGB 15 84 124 -
CMYK 0.88 0.32 0 0.51
HSL 202.02º 0.78% 0.27% -
HSV(B) 202.02º 0.88% 0.49% -
XYZ 7.01 7.9 20.22 -
YUV 67.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 15 84 124 0.88 0.32 0 0.51 202.02 0.78 0.27
Hex F 54 7C 58 20 0 33 CA 4E 1B
Octal 17 124 174 130 40 0 63 312 116 33
Binary 1111 1010100 1111100 1011000 100000 0 110011 11001010 1001110 11011

Color Harmonies of #0F547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F547C

Black with #0F547C

Text Example


Text Example

White with #0F547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,124); }

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

background-color css

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

 a { background-color: rgb(15,84,124); }

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

border-color css

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

 span { border-color: rgb(15,84,124); }

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