Html Css Color HEX #0F66AA Denim

📋 copy color: '#0F66AA'

red 15 ◦ green 102 ◦ blue 170

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

Shades of Denim #0F66AA

Tints of Denim #0F66AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 5.23%
G = 35.54%
B = 59.23%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F66AA (or 0x0F66AA) is known color: Denim. HEX triplet: 0F, 66 and AA. RGB value is (15,102,170). Sum of RGB (Red+Green+Blue) = 15+102+170=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F66AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F66AA is #F09955. Grayscale: #535353. Windows color (decimal): -15767894 or 11167247. OLE color: 11167247.

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

Color convert

RGB 15 102 170 -
CMYK 0.91 0.4 0 0.33
HSL 206.32º 0.84% 0.36% -
HSV(B) 206.32º 0.91% 0.67% -
XYZ 12.2 12.51 39.8 -
YUV 83.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 15 102 170 0.91 0.4 0 0.33 206.32 0.84 0.36
Hex F 66 AA 5B 28 0 21 CE 54 24
Octal 17 146 252 133 50 0 41 316 124 44
Binary 1111 1100110 10101010 1011011 101000 0 100001 11001110 1010100 100100

Color Harmonies of #0F66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F66AA

Black with #0F66AA

Text Example


Text Example

White with #0F66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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