Html Css Color HEX #0F6BBF Denim

📋 copy color: '#0F6BBF'

red 15 ◦ green 107 ◦ blue 191

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

Shades of Denim #0F6BBF

Tints of Denim #0F6BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 191 (75% from 255) = 61.02%

R = 4.79%
G = 34.19%
B = 61.02%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F6BBF (or 0x0F6BBF) is known color: Denim. HEX triplet: 0F, 6B and BF. RGB value is (15,107,191). Sum of RGB (Red+Green+Blue) = 15+107+191=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F6BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6BBF is #F09440. Grayscale: #585858. Windows color (decimal): -15766593 or 12544783. OLE color: 12544783.

HSL color Cylindrical-coordinate representation of color #0F6BBF: hue angle of 208.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6BBF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 107 191 -
CMYK 0.92 0.44 0 0.25
HSL 208.64º 0.85% 0.4% -
HSV(B) 208.64º 0.92% 0.75% -
XYZ 14.86 14.38 51.28 -
YUV 89.07 185.52 75.17 -
System Red Green Blue C M Y K H S L
Decimal 15 107 191 0.92 0.44 0 0.25 208.64 0.85 0.4
Hex F 6B BF 5C 2C 0 19 D1 55 28
Octal 17 153 277 134 54 0 31 321 125 50
Binary 1111 1101011 10111111 1011100 101100 0 11001 11010001 1010101 101000

Color Harmonies of #0F6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6BBF

Black with #0F6BBF

Text Example


Text Example

White with #0F6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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