Html Css Color HEX #0F68AB Denim

📋 copy color: '#0F68AB'

red 15 ◦ green 104 ◦ blue 171

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

Shades of Denim #0F68AB

Tints of Denim #0F68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 5.17%
G = 35.86%
B = 58.97%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F68AB (or 0x0F68AB) is known color: Denim. HEX triplet: 0F, 68 and AB. RGB value is (15,104,171). Sum of RGB (Red+Green+Blue) = 15+104+171=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F68AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F68AB is #F09754. Grayscale: #545454. Windows color (decimal): -15767381 or 11233295. OLE color: 11233295.

HSL color Cylindrical-coordinate representation of color #0F68AB: hue angle of 205.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F68AB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 104 171 -
CMYK 0.91 0.39 0 0.33
HSL 205.77º 0.84% 0.36% -
HSV(B) 205.77º 0.91% 0.67% -
XYZ 12.5 12.94 40.37 -
YUV 85.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 15 104 171 0.91 0.39 0 0.33 205.77 0.84 0.36
Hex F 68 AB 5B 27 0 21 CE 54 24
Octal 17 150 253 133 47 0 41 316 124 44
Binary 1111 1101000 10101011 1011011 100111 0 100001 11001110 1010100 100100

Color Harmonies of #0F68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F68AB

Black with #0F68AB

Text Example


Text Example

White with #0F68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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