Html Css Color HEX #0F64AA Denim

📋 copy color: '#0F64AA'

red 15 ◦ green 100 ◦ blue 170

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

Shades of Denim #0F64AA

Tints of Denim #0F64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 5.26%
G = 35.09%
B = 59.65%

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

#0F64AA (or 0x0F64AA) is known color: Denim. HEX triplet: 0F, 64 and AA. RGB value is (15,100,170). Sum of RGB (Red+Green+Blue) = 15+100+170=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F64AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F64AA is #F09B55. Grayscale: #525252. Windows color (decimal): -15768406 or 11166735. OLE color: 11166735.

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

Color convert

RGB 15 100 170 -
CMYK 0.91 0.41 0 0.33
HSL 207.1º 0.84% 0.36% -
HSV(B) 207.1º 0.91% 0.67% -
XYZ 12.01 12.12 39.74 -
YUV 82.57 177.34 79.81 -
System Red Green Blue C M Y K H S L
Decimal 15 100 170 0.91 0.41 0 0.33 207.1 0.84 0.36
Hex F 64 AA 5B 29 0 21 CF 54 24
Octal 17 144 252 133 51 0 41 317 124 44
Binary 1111 1100100 10101010 1011011 101001 0 100001 11001111 1010100 100100

Color Harmonies of #0F64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F64AA

Black with #0F64AA

Text Example


Text Example

White with #0F64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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