Html Css Color HEX #0F486C Dark Cerulean

📋 copy color: '#0F486C'

red 15 ◦ green 72 ◦ blue 108

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

Shades of Dark Cerulean #0F486C

Tints of Dark Cerulean #0F486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

 BLUE value IS 108 (42.58% from 255) = 55.38%

R = 7.69%
G = 36.92%
B = 55.38%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F486C (or 0x0F486C) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 6C. RGB value is (15,72,108). Sum of RGB (Red+Green+Blue) = 15+72+108=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F486C is #F0B793. Grayscale: #3A3A3A. Windows color (decimal): -15775636 or 7096335. OLE color: 7096335.

HSL color Cylindrical-coordinate representation of color #0F486C: hue angle of 203.23º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F486C is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 72 108 -
CMYK 0.86 0.33 0 0.58
HSL 203.23º 0.76% 0.24% -
HSV(B) 203.23º 0.86% 0.42% -
XYZ 5.22 5.82 15.04 -
YUV 59.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 15 72 108 0.86 0.33 0 0.58 203.23 0.76 0.24
Hex F 48 6C 56 21 0 3A CB 4C 18
Octal 17 110 154 126 41 0 72 313 114 30
Binary 1111 1001000 1101100 1010110 100001 0 111010 11001011 1001100 11000

Color Harmonies of #0F486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F486C

Black with #0F486C

Text Example


Text Example

White with #0F486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,108); }

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

background-color css

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

 a { background-color: rgb(15,72,108); }

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

border-color css

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

 span { border-color: rgb(15,72,108); }

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