Html Css Color HEX #0F6DBA Denim

📋 copy color: '#0F6DBA'

red 15 ◦ green 109 ◦ blue 186

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

Shades of Denim #0F6DBA

Tints of Denim #0F6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 4.84%
G = 35.16%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F6DBA (or 0x0F6DBA) is known color: Denim. HEX triplet: 0F, 6D and BA. RGB value is (15,109,186). Sum of RGB (Red+Green+Blue) = 15+109+186=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F6DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DBA is #F09245. Grayscale: #595959. Windows color (decimal): -15766086 or 12217615. OLE color: 12217615.

HSL color Cylindrical-coordinate representation of color #0F6DBA: hue angle of 207.02º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6DBA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 109 186 -
CMYK 0.92 0.41 0 0.27
HSL 207.02º 0.85% 0.39% -
HSV(B) 207.02º 0.92% 0.73% -
XYZ 14.53 14.58 48.5 -
YUV 89.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 15 109 186 0.92 0.41 0 0.27 207.02 0.85 0.39
Hex F 6D BA 5C 29 0 1B CF 55 27
Octal 17 155 272 134 51 0 33 317 125 47
Binary 1111 1101101 10111010 1011100 101001 0 11011 11001111 1010101 100111

Color Harmonies of #0F6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DBA

Black with #0F6DBA

Text Example


Text Example

White with #0F6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,186); }

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

background-color css

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

 a { background-color: rgb(15,109,186); }

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

border-color css

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

 span { border-color: rgb(15,109,186); }

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