Html Css Color HEX #0F69AA Denim

📋 copy color: '#0F69AA'

red 15 ◦ green 105 ◦ blue 170

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

Shades of Denim #0F69AA

Tints of Denim #0F69AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 5.17%
G = 36.21%
B = 58.62%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F69AA (or 0x0F69AA) is known color: Denim. HEX triplet: 0F, 69 and AA. RGB value is (15,105,170). Sum of RGB (Red+Green+Blue) = 15+105+170=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F69AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F69AA is #F09655. Grayscale: #555555. Windows color (decimal): -15767126 or 11168015. OLE color: 11168015.

HSL color Cylindrical-coordinate representation of color #0F69AA: hue angle of 205.16º 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 #0F69AA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 105 170 -
CMYK 0.91 0.38 0 0.33
HSL 205.16º 0.84% 0.36% -
HSV(B) 205.16º 0.91% 0.67% -
XYZ 12.5 13.11 39.9 -
YUV 85.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 15 105 170 0.91 0.38 0 0.33 205.16 0.84 0.36
Hex F 69 AA 5B 26 0 21 CD 54 24
Octal 17 151 252 133 46 0 41 315 124 44
Binary 1111 1101001 10101010 1011011 100110 0 100001 11001101 1010100 100100

Color Harmonies of #0F69AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F69AA

Black with #0F69AA

Text Example


Text Example

White with #0F69AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,105,170); }

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

background-color css

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

 a { background-color: rgb(15,105,170); }

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

border-color css

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

 span { border-color: rgb(15,105,170); }

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