Html Css Color HEX #0F486B Dark Cerulean

📋 copy color: '#0F486B'

red 15 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #0F486B

Tints of Dark Cerulean #0F486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 7.73%
G = 37.11%
B = 55.15%

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

#0F486B (or 0x0F486B) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 6B. RGB value is (15,72,107). Sum of RGB (Red+Green+Blue) = 15+72+107=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F486B is #F0B794. Grayscale: #3A3A3A. Windows color (decimal): -15775637 or 7030799. OLE color: 7030799.

HSL color Cylindrical-coordinate representation of color #0F486B: hue angle of 202.83º degrees, saturation: 0.75, 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 #0F486B is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 72 107 -
CMYK 0.86 0.33 0 0.58
HSL 202.83º 0.75% 0.24% -
HSV(B) 202.83º 0.86% 0.42% -
XYZ 5.17 5.8 14.76 -
YUV 58.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 15 72 107 0.86 0.33 0 0.58 202.83 0.75 0.24
Hex F 48 6B 56 21 0 3A CB 4B 18
Octal 17 110 153 126 41 0 72 313 113 30
Binary 1111 1001000 1101011 1010110 100001 0 111010 11001011 1001011 11000

Color Harmonies of #0F486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F486B

Black with #0F486B

Text Example


Text Example

White with #0F486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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