Html Css Color HEX #0F68B6 Denim

📋 copy color: '#0F68B6'

red 15 ◦ green 104 ◦ blue 182

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

Shades of Denim #0F68B6

Tints of Denim #0F68B6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 182 (71.48% from 255) = 60.47%

R = 4.98%
G = 34.55%
B = 60.47%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F68B6 (or 0x0F68B6) is known color: Denim. HEX triplet: 0F, 68 and B6. RGB value is (15,104,182). Sum of RGB (Red+Green+Blue) = 15+104+182=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F68B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F68B6 is #F09749. Grayscale: #555555. Windows color (decimal): -15767370 or 11954191. OLE color: 11954191.

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

Color convert

RGB 15 104 182 -
CMYK 0.92 0.43 0 0.29
HSL 208.02º 0.85% 0.39% -
HSV(B) 208.02º 0.92% 0.71% -
XYZ 13.59 13.38 46.12 -
YUV 86.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 15 104 182 0.92 0.43 0 0.29 208.02 0.85 0.39
Hex F 68 B6 5C 2B 0 1D D0 55 27
Octal 17 150 266 134 53 0 35 320 125 47
Binary 1111 1101000 10110110 1011100 101011 0 11101 11010000 1010101 100111

Color Harmonies of #0F68B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F68B6

Black with #0F68B6

Text Example


Text Example

White with #0F68B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,182); }

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

background-color css

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

 a { background-color: rgb(15,104,182); }

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

border-color css

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

 span { border-color: rgb(15,104,182); }

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