Html Css Color HEX #0F65AA Denim

📋 copy color: '#0F65AA'

red 15 ◦ green 101 ◦ blue 170

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

Shades of Denim #0F65AA

Tints of Denim #0F65AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 5.24%
G = 35.31%
B = 59.44%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F65AA (or 0x0F65AA) is known color: Denim. HEX triplet: 0F, 65 and AA. RGB value is (15,101,170). Sum of RGB (Red+Green+Blue) = 15+101+170=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F65AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F65AA is #F09A55. Grayscale: #525252. Windows color (decimal): -15768150 or 11166991. OLE color: 11166991.

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

Color convert

RGB 15 101 170 -
CMYK 0.91 0.41 0 0.33
HSL 206.71º 0.84% 0.36% -
HSV(B) 206.71º 0.91% 0.67% -
XYZ 12.11 12.31 39.77 -
YUV 83.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 15 101 170 0.91 0.41 0 0.33 206.71 0.84 0.36
Hex F 65 AA 5B 29 0 21 CF 54 24
Octal 17 145 252 133 51 0 41 317 124 44
Binary 1111 1100101 10101010 1011011 101001 0 100001 11001111 1010100 100100

Color Harmonies of #0F65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F65AA

Black with #0F65AA

Text Example


Text Example

White with #0F65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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