Html Css Color HEX #0F6DBB Denim

📋 copy color: '#0F6DBB'

red 15 ◦ green 109 ◦ blue 187

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

Shades of Denim #0F6DBB

Tints of Denim #0F6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 4.82%
G = 35.05%
B = 60.13%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F6DBB (or 0x0F6DBB) is known color: Denim. HEX triplet: 0F, 6D and BB. RGB value is (15,109,187). Sum of RGB (Red+Green+Blue) = 15+109+187=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F6DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DBB is #F09244. Grayscale: #595959. Windows color (decimal): -15766085 or 12283151. OLE color: 12283151.

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

Color convert

RGB 15 109 187 -
CMYK 0.92 0.42 0 0.27
HSL 207.21º 0.85% 0.4% -
HSV(B) 207.21º 0.92% 0.73% -
XYZ 14.64 14.63 49.07 -
YUV 89.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 15 109 187 0.92 0.42 0 0.27 207.21 0.85 0.4
Hex F 6D BB 5C 2A 0 1B CF 55 28
Octal 17 155 273 134 52 0 33 317 125 50
Binary 1111 1101101 10111011 1011100 101010 0 11011 11001111 1010101 101000

Color Harmonies of #0F6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DBB

Black with #0F6DBB

Text Example


Text Example

White with #0F6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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