Html Css Color HEX #0F508D Dark Cerulean

📋 copy color: '#0F508D'

red 15 ◦ green 80 ◦ blue 141

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

Shades of Dark Cerulean #0F508D

Tints of Dark Cerulean #0F508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 6.36%
G = 33.9%
B = 59.75%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F508D (or 0x0F508D) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 8D. RGB value is (15,80,141). Sum of RGB (Red+Green+Blue) = 15+80+141=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F508D is #F0AF72. Grayscale: #434343. Windows color (decimal): -15773555 or 9261071. OLE color: 9261071.

HSL color Cylindrical-coordinate representation of color #0F508D: hue angle of 209.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F508D is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 80 141 -
CMYK 0.89 0.43 0 0.45
HSL 209.05º 0.81% 0.31% -
HSV(B) 209.05º 0.89% 0.55% -
XYZ 7.87 7.76 26.28 -
YUV 67.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 15 80 141 0.89 0.43 0 0.45 209.05 0.81 0.31
Hex F 50 8D 59 2B 0 2D D1 51 1F
Octal 17 120 215 131 53 0 55 321 121 37
Binary 1111 1010000 10001101 1011001 101011 0 101101 11010001 1010001 11111

Color Harmonies of #0F508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F508D

Black with #0F508D

Text Example


Text Example

White with #0F508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,141); }

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

background-color css

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

 a { background-color: rgb(15,80,141); }

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

border-color css

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

 span { border-color: rgb(15,80,141); }

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