Html Css Color HEX #0F68AE Denim

📋 copy color: '#0F68AE'

red 15 ◦ green 104 ◦ blue 174

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

Shades of Denim #0F68AE

Tints of Denim #0F68AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 5.12%
G = 35.49%
B = 59.39%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F68AE (or 0x0F68AE) is known color: Denim. HEX triplet: 0F, 68 and AE. RGB value is (15,104,174). Sum of RGB (Red+Green+Blue) = 15+104+174=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F68AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F68AE is #F09751. Grayscale: #555555. Windows color (decimal): -15767378 or 11429903. OLE color: 11429903.

HSL color Cylindrical-coordinate representation of color #0F68AE: hue angle of 206.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F68AE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 104 174 -
CMYK 0.91 0.40 0 0.32
HSL 206.42º 0.84% 0.37% -
HSV(B) 206.42º 0.91% 0.68% -
XYZ 12.79 13.06 41.89 -
YUV 85.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 15 104 174 0.91 0.40 0 0.32 206.42 0.84 0.37
Hex F 68 AE 5B 28 0 20 CE 54 25
Octal 17 150 256 133 50 0 40 316 124 45
Binary 1111 1101000 10101110 1011011 101000 0 100000 11001110 1010100 100101

Color Harmonies of #0F68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F68AE

Black with #0F68AE

Text Example


Text Example

White with #0F68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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